changeset 171:90db232f39e7

Remove unused variable
author nanaya <me@nanaya.pro>
date Wed, 08 Aug 2018 20:19:51 +0900
parents 05ce14af003a
children df4be896ab8b
files app/helpers/application_helper.rb
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/app/helpers/application_helper.rb	Wed Aug 08 20:19:41 2018 +0900
+++ b/app/helpers/application_helper.rb	Wed Aug 08 20:19:51 2018 +0900
@@ -19,7 +19,6 @@
     urls = urls.reduce({}) do |result, u|
       if u.try(:[], :url)
         result[u[:url]] = u[:expanded_url]
-        @any = 1
       end
 
       result