From 91b9821ca4d282035e457e434888854d9c4df3a5 Mon Sep 17 00:00:00 2001 From: Anju Date: Wed, 17 Jul 2013 12:06:51 +0530 Subject: [PATCH] [Security] Fixed build warnings Change-Id: I69f7dd8ff192666b8611845e26579db26cd92012 Signed-off-by: Anju Signed-off-by: hs321.lee --- src/security/cert/FSecCert_CertManager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/security/cert/FSecCert_CertManager.cpp b/src/security/cert/FSecCert_CertManager.cpp index f4a2a7f..c75cce8 100644 --- a/src/security/cert/FSecCert_CertManager.cpp +++ b/src/security/cert/FSecCert_CertManager.cpp @@ -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; -- 2.7.4