Skip visitEnd in InliningInstructionAdapter

This commit is contained in:
Michael Bogdanov
2014-07-08 17:55:48 +04:00
parent 6ddeb85c00
commit b1065520fb
@@ -47,4 +47,8 @@ public class InliningInstructionAdapter extends InstructionAdapter {
return null;
}
@Override
public void visitEnd() {
}
}