From 154c2954b7986299840746e98ae7a23199cc35b9 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 14 Mar 2012 14:36:25 -0500 Subject: Removed unused variables (part 2). This patch brings down the warnings from 1943 to 1221. Ticket #103 --- pki/base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'pki/base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java') diff --git a/pki/base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java b/pki/base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java index ae77330fc..0df563cad 100644 --- a/pki/base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java +++ b/pki/base/common/src/com/netscape/cmscore/dbs/CertificateRepository.java @@ -1535,8 +1535,6 @@ public class CertificateRepository extends Repository public ICertRecordList getInvalidCertsByNotBeforeDate(Date date, int pageSize) throws EBaseException { - Date rightNow = CMS.getCurrentDate(); - ICertRecordList list = null; IDBSSession s = mDBService.createSession(); -- cgit