aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2018-03-22 17:43:48 -0400
committerRafael Mendonça França <rafaelmfranca@gmail.com>2018-03-22 17:43:48 -0400
commitba4bdc536b9241a374673a5a0e67feeff3532964 (patch)
tree23257e49d0eabea979b43fa123358e701419982c /activesupport
parente0783cc9f12fe3b74b45a61b551d0cd93748e211 (diff)
downloadrails-ba4bdc536b9241a374673a5a0e67feeff3532964.tar.gz
rails-ba4bdc536b9241a374673a5a0e67feeff3532964.tar.bz2
rails-ba4bdc536b9241a374673a5a0e67feeff3532964.zip
Remove unused variable
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/core_ext/uri.rb1
1 files changed, 0 insertions, 1 deletions
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"