[Installer] Removed deprecated code.
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Mon, 5 Nov 2012 13:23:14 +0000 (14:23 +0100)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Tue, 20 Nov 2012 15:40:54 +0000 (16:40 +0100)
[Issue#]  N/A
[Problem] N/A
[Cause] N/A
[Solution] N/A

[Verification] Successful compilation.

Change-Id: Id7f5815d6ce2344ae10c2187fcd12320c97cb9ae

src/jobs/widget_install/wac_security.cpp
src/jobs/widget_install/wac_security.h

index 4f81120..6dafd02 100644 (file)
@@ -27,13 +27,6 @@ namespace Jobs {
 namespace WidgetInstall {
 
 void WacSecurity::getCertificateChainList(
-        WrtDB::CertificateChainList& list) const
-{
-    FOREACH(certIter, mCertificateChainList)
-        list.push_back(certIter->toBase64String());
-}
-
-void WacSecurity::getCertificateChainList(
         WrtDB::CertificateChainList& list,
         WrtDB::CertificateSource source) const
 {
index e899ad8..a2095da 100644 (file)
@@ -53,9 +53,6 @@ class WacSecurity : public WrtDB::IWacSecurity
     virtual bool isWacSigned() const { return mWacSigned; }
 
     virtual void getCertificateChainList(
-            WrtDB::CertificateChainList& list) const;
-
-    virtual void getCertificateChainList(
             WrtDB::CertificateChainList& list,
             WrtDB::CertificateSource source) const;