Remove dead code related to downloadable TA
[platform/core/security/tef-simulator.git] / simulatordaemon / src / TABinaryManager / TABinaryManager.h
index bf7366e..108fff0 100644 (file)
@@ -64,7 +64,7 @@ private:
        // map < string uuid, StructBinaryInfo>
        map<string, StructBinaryInfo> binaryMap;
        TABinaryManager();
-       bool unpackBinary(const string &uuid, const string &path, StructBinaryInfo& info);
+       bool unpackBinary(const string &uuid, StructBinaryInfo& info);
        template<typename T>
        std::string IntToHex(T i, int width = sizeof(T) * 2) {
                std::stringstream stream;
@@ -85,7 +85,7 @@ public:
         */
        pthread_mutex_t taLock;
        static TABinaryManager* getInstance();
-       bool initTAatPath(const string &path, const string &uuid);
+       bool initTA (const string &uuid);
 
        /*
         * Query functions on Binary Manager