summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCarson McDonald <[email protected]>2013-04-21 08:22:40 -0400
committerCarson McDonald <[email protected]>2013-04-21 08:22:40 -0400
commit35f42c264eb3b888b437a5b7d37e5d393bbb2cdc (patch)
tree802f7f584da224114118f638c3a8d35b505282e2
parent1acaeaf18d857fa34e4884f33814dd2468b18262 (diff)
downloadmruby-35f42c264eb3b888b437a5b7d37e5d393bbb2cdc.tar.gz
mruby-35f42c264eb3b888b437a5b7d37e5d393bbb2cdc.zip
Remove unused variable
-rw-r--r--test/t/module.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/t/module.rb b/test/t/module.rb
index 716a9ab59..23dacb44d 100644
--- a/test/t/module.rb
+++ b/test/t/module.rb
@@ -109,8 +109,6 @@ assert('Module#const_get', '15.2.2.4.21') do
end
assert('Module.const_missing', '15.2.2.4.22') do
- e1 = nil
-
module Test4ConstMissing
def self.const_missing(sym)
42 # the answer to everything