Removed unused myProject field from IntrinsicMethods. Removed from injector parameters, etc.

This commit is contained in:
Evgeny Gerashchenko
2012-08-08 19:36:19 +04:00
parent 561e2e14d0
commit 67304c64ff
10 changed files with 12 additions and 28 deletions
@@ -209,7 +209,7 @@ public class BytecodeToolwindow extends JPanel implements Disposable {
if (binding.isError()) {
return printStackTraceToString(binding.getError());
}
state = new GenerationState(myProject, ClassBuilderFactories.TEXT, binding, Collections.singletonList(file));
state = new GenerationState(ClassBuilderFactories.TEXT, binding, Collections.singletonList(file));
state.compileCorrectFiles(CompilationErrorHandler.THROW_EXCEPTION);
}
catch (Exception e) {