Java cleanup - remove unused local variables

Change-Id: Ied9c8635cde96d2d00d66a68cd8387799455c2ec
This commit is contained in:
Noel Grandin
2012-06-27 16:22:54 +02:00
committed by Michael Stahl
parent 8cd0fc50aa
commit b707a707aa
166 changed files with 235 additions and 640 deletions

View File

@ -63,7 +63,6 @@ public class CheckModuleAPI extends ComplexTestCase
private static String mSRC_ROOT = null;
private static boolean mIsInitialized = false;
private final static boolean mContinue = true;
private static boolean mDebug = false;
private static BuildEnvTools bet = null;
/**
@ -94,9 +93,6 @@ public class CheckModuleAPI extends ComplexTestCase
}
mSRC_ROOT = bet.getSrcRoot();
mDebug = param.getBool(PropertyName.DEBUG_IS_ACTIVE);
}
}