From ba4bdc536b9241a374673a5a0e67feeff3532964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Thu, 22 Mar 2018 17:43:48 -0400 Subject: Remove unused variable --- activesupport/lib/active_support/core_ext/uri.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport/lib/active_support') diff --git a/activesupport/lib/active_support/core_ext/uri.rb b/activesupport/lib/active_support/core_ext/uri.rb index 02eb3e14d9..cdd81ae562 100644 --- a/activesupport/lib/active_support/core_ext/uri.rb +++ b/activesupport/lib/active_support/core_ext/uri.rb @@ -1,7 +1,6 @@ # frozen_string_literal: true require "uri" -str = "\xE6\x97\xA5" if RUBY_VERSION < "2.6.0" require "active_support/core_ext/module/redefine_method" -- cgit v1.2.3