# HG changeset patch # User nanaya # Date 1533727191 -32400 # Node ID 90db232f39e792b94dcbfc45f2bd3c04d868bb0e # Parent 05ce14af003a563f2d5d54a55e15ab067c0dd65d Remove unused variable diff -r 05ce14af003a -r 90db232f39e7 app/helpers/application_helper.rb --- 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