Remove dead code
This commit is contained in:
parent
e93960ca35
commit
5c0d155b2a
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@ module Mutant
|
||||||
Util::Array.each(captures.children, self) do |matchers|
|
Util::Array.each(captures.children, self) do |matchers|
|
||||||
next if matchers.empty?
|
next if matchers.empty?
|
||||||
emit_captures(s(:array, *matchers))
|
emit_captures(s(:array, *matchers))
|
||||||
# p capture
|
|
||||||
# emit_captures(s(:array, *capture))
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue