remove send instruction

This commit is contained in:
Torsten Ruger
2015-09-27 19:18:36 +03:00
parent eb57eb4d41
commit 6e009cc6df
3 changed files with 0 additions and 22 deletions

View File

@ -25,11 +25,6 @@ module Virtual
@gonners.delete function
function.source.blocks.each do |block|
block.codes.each do |code|
if code.is_a? Virtual::MessageSend
@gonners.dup.each do |stay|
keep stay if(stay.name == code.name)
end
end
keep code.method if code.is_a? Virtual::MethodCall
end
end