summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java')
-rw-r--r--qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
index 8b1092149182..dd4328f8d56f 100644
--- a/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
+++ b/qadevOOo/tests/java/complex/unoapi/CheckModuleAPI.java
@@ -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);
-
}
}