forked from amazingfate/loongoffice
Java cleanup - remove unused local variables
Change-Id: Ied9c8635cde96d2d00d66a68cd8387799455c2ec
This commit is contained in:
committed by
Michael Stahl
parent
8cd0fc50aa
commit
b707a707aa
@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user