Remove dead code

This commit is contained in:
Markus Schirp 2014-03-23 00:43:34 +00:00
parent e93960ca35
commit 5c0d155b2a

View file

@ -36,8 +36,6 @@ module Mutant
Util::Array.each(captures.children, self) do |matchers|
next if matchers.empty?
emit_captures(s(:array, *matchers))
# p capture
# emit_captures(s(:array, *capture))
end
end