[Security] Fixed build warnings
authorAnju <anju.ramani@samsung.com>
Wed, 17 Jul 2013 06:36:51 +0000 (12:06 +0530)
committerhs321.lee <hs321.lee@samsung.com>
Mon, 26 Aug 2013 07:35:02 +0000 (16:35 +0900)
Change-Id: I69f7dd8ff192666b8611845e26579db26cd92012
Signed-off-by: Anju <anju.ramani@samsung.com>
Signed-off-by: hs321.lee <hs321.lee@samsung.com>
src/security/cert/FSecCert_CertManager.cpp

index f4a2a7f..c75cce8 100644 (file)
@@ -1241,9 +1241,7 @@ _CertManager::CheckRootCaIntegrity(void)
 {
        result r = E_SUCCESS;
        CaCertRecord certRecord = {0};
-       _CertRootList* pHoldList = null;
        _CertFileStore fileStore;
-       CertificateStoreCtx certificateStoreCtx = null;
        char condition[_MAX_TYPE_CONST_SIZE] = {0};
        char installedRecord[_MAX_TYPE_RECORD_SIZE] = "T\0";
        static const int _BUF_SIZE = 4096;