summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cms/profile/common/BasicProfile.java
diff options
context:
space:
mode:
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