Remove unused variable

This commit is contained in:
mchr3k 2011-06-23 09:20:42 +01:00
parent cc1e3cfdc7
commit cb8efdbb41
1 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ public class InstrumentedClassWriter extends ClassWriter
{
private final String className;
private final ClassAnalysis analysis;
private int methodNum = 1;
/**
* cTor
@ -121,7 +120,6 @@ public class InstrumentedClassWriter extends ClassWriter
@Override
public void visitCode()
{
methodNum++;
if (ctorEntryState != CTorEntryState.ISCTOR)
{
addEntryCalls();