summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cms/profile/def/CRLDistributionPointsExtDefault.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/def/CRLDistributionPointsExtDefault.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/def/CRLDistributionPointsExtDefault.java')
-rw-r--r--pki/base/common/src/com/netscape/cms/profile/def/CRLDistributionPointsExtDefault.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/pki/base/common/src/com/netscape/cms/profile/def/CRLDistributionPointsExtDefault.java b/pki/base/common/src/com/netscape/cms/profile/def/CRLDistributionPointsExtDefault.java
index c7a0f9abd..d1def3d5d 100644
--- a/pki/base/common/src/com/netscape/cms/profile/def/CRLDistributionPointsExtDefault.java
+++ b/pki/base/common/src/com/netscape/cms/profile/def/CRLDistributionPointsExtDefault.java
@@ -434,8 +434,6 @@ public class CRLDistributionPointsExtDefault extends EnrollExtDefault {
if (ext == null)
return "";
- StringBuffer sb = new StringBuffer();
-
Vector<NameValuePairs> recs = new Vector<NameValuePairs>();
int num = getNumPoints();
@@ -497,7 +495,6 @@ public class CRLDistributionPointsExtDefault extends EnrollExtDefault {
if (gn != null) {
hasFullName = true;
- int type = gn.getType();
pairs.put(POINT_TYPE, getGeneralNameType(gn));
pairs.put(POINT_NAME, getGeneralNameValue(gn));
@@ -528,7 +525,6 @@ public class CRLDistributionPointsExtDefault extends EnrollExtDefault {
if (gn != null) {
hasFullName = true;
- int type = gn.getType();
pairs.put(ISSUER_TYPE, getGeneralNameType(gn));
pairs.put(ISSUER_NAME, getGeneralNameValue(gn));