Bugfix: kill evil, cache-killing line

This commit is contained in:
Martin Mohr 2013-08-21 16:55:42 +02:00 committed by Juergen Graf
parent 2812a6ed52
commit cbb3f5db7b
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ public class ReflectiveInvocationInterpreter extends AbstractReflectionInterpret
}
/** END Custom change: caching */
result = makeIR(node.getMethod(), m, recv);
return result;
}