CKM: Remove unused typedef
[platform/core/test/security-tests.git] / src / ckm / ckm-common.h
index 516de56..77631e9 100644 (file)
@@ -78,9 +78,6 @@ size_t list_size(const T* list)
     return size;
 }
 
-// scoped free
-typedef std::unique_ptr<char, void (*)(void *)> CharPtr;
-
 std::string getLabel();
 // returns process owner id
 std::string getOwnerIdFromSelf();