CKM: Remove unused typedef 81/289281/4
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 3 Mar 2023 13:35:26 +0000 (14:35 +0100)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Thu, 16 Mar 2023 10:10:36 +0000 (11:10 +0100)
Change-Id: Id0c756f0af4dfda7a6fb9af5a7c397d2111f4862

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();