aboutsummaryrefslogtreecommitdiffstats
path: root/tool/enc-unicode.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-18 00:38:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-18 00:38:00 +0000
commit36bc8c0b283f494d1a7aade390fe391f7894821f (patch)
treed258b595301471e200b1d0f0cafd740d0e21e104 /tool/enc-unicode.rb
parent2b7bde7eff589b8f73128851611270ba9a04409c (diff)
downloadruby-36bc8c0b283f494d1a7aade390fe391f7894821f.tar.gz
tool: removed unused variables
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/enc-unicode.rb')
-rwxr-xr-xtool/enc-unicode.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/enc-unicode.rb b/tool/enc-unicode.rb
index 2ba0b73606..d953014952 100755
--- a/tool/enc-unicode.rb
+++ b/tool/enc-unicode.rb
@@ -229,7 +229,6 @@ def parse_GraphemeBreakProperty(data)
end
def parse_block(data)
- current = nil
cps = []
blocks = []
data_foreach('Blocks.txt') do |line|