summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cms/profile/common/BasicProfile.java
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-03-14 14:36:25 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-03-23 13:49:50 -0500
commit154c2954b7986299840746e98ae7a23199cc35b9 (patch)
tree42667e71e835e6f5defe6548f1c05e8957979c13 /pki/base/common/src/com/netscape/cms/profile/common/BasicProfile.java
parent9513af54d56955734a58561a6753b0aafc83c162 (diff)
downloadpki-154c2954b7986299840746e98ae7a23199cc35b9.tar.gz
pki-154c2954b7986299840746e98ae7a23199cc35b9.tar.xz
pki-154c2954b7986299840746e98ae7a23199cc35b9.zip
Removed unused variables (part 2).
This patch brings down the warnings from 1943 to 1221. Ticket #103
Diffstat (limited to 'pki/base/common/src/com/netscape/cms/profile/common/BasicProfile.java')
-rw-r--r--pki/base/common/src/com/netscape/cms/profile/common/BasicProfile.java21
1 files changed, 0 insertions, 21 deletions
diff --git a/pki/base/common/src/com/netscape/cms/profile/common/BasicProfile.java b/pki/base/common/src/com/netscape/cms/profile/common/BasicProfile.java
index 7f624cb8b..696d0cd13 100644
--- a/pki/base/common/src/com/netscape/cms/profile/common/BasicProfile.java
+++ b/pki/base/common/src/com/netscape/cms/profile/common/BasicProfile.java
@@ -550,12 +550,6 @@ public abstract class BasicProfile implements IProfile {
throws EProfileException {
IConfigStore outputStore = mConfig.getSubStore("output");
- String output_list = null;
-
- try {
- output_list = outputStore.getString(PROP_OUTPUT_LIST, "");
- } catch (Exception ee) {
- }
IPluginInfo outputInfo = mRegistry.getPluginInfo("profileOutput",
outputId);
@@ -650,13 +644,6 @@ public abstract class BasicProfile implements IProfile {
throws EProfileException {
IConfigStore inputStore = mConfig.getSubStore("input");
- String input_list = null;
-
- try {
- input_list = inputStore.getString(PROP_INPUT_LIST, "");
- } catch (Exception ee) {
- }
-
IPluginInfo inputInfo = mRegistry.getPluginInfo("profileInput",
inputId);
@@ -856,14 +843,6 @@ public abstract class BasicProfile implements IProfile {
CMS.debug("WARNING, can't get default plugin id!");
}
- String constraintRoot = curId + "." + PROP_CONSTRAINT;
- String curConstraintClassId = null;
- try {
- curConstraintClassId = pStore.getString(constraintRoot + "." + PROP_CLASS_ID);
- } catch (Exception e) {
- CMS.debug("WARNING, can't get constraint plugin id!");
- }
-
//Disallow duplicate defaults with the following exceptions:
// noDefaultImpl, genericExtDefaultImpl