From 8094b9598a4fb5d2e955a36484d9578c57d7f0e6 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Mon, 14 Mar 2016 09:55:16 +1000 Subject: Remove unused variables from profile classes Also drive-by refactor 'createProfileData' to use 'getProfile', reducing code size. --- .../cmscore/src/com/netscape/cmscore/profile/ProfileSubsystem.java | 1 - 1 file changed, 1 deletion(-) (limited to 'base/server/cmscore') diff --git a/base/server/cmscore/src/com/netscape/cmscore/profile/ProfileSubsystem.java b/base/server/cmscore/src/com/netscape/cmscore/profile/ProfileSubsystem.java index 90d7479e4..5ef3f2b81 100644 --- a/base/server/cmscore/src/com/netscape/cmscore/profile/ProfileSubsystem.java +++ b/base/server/cmscore/src/com/netscape/cmscore/profile/ProfileSubsystem.java @@ -80,7 +80,6 @@ public class ProfileSubsystem if (info == null) { throw new EBaseException("No plugins for type : profile, with id " + classid); } - String configPath = subStore.getString(PROP_CONFIG); CMS.debug("Start Profile Creation - " + id + " " + classid + " " + info.getClassName()); createProfile(id, classid, info.getClassName(), false); -- cgit