Remove unused structures 87/250487/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 28 Dec 2020 08:31:40 +0000 (17:31 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 28 Dec 2020 08:31:40 +0000 (17:31 +0900)
Change-Id: I832b34b6833543791434bb42342d734c18e3224d
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/pkgmgrinfo_certinfo.c

index 3b346bc..500e8e1 100644 (file)
@@ -29,16 +29,6 @@ typedef struct _pkgmgr_instcertinfo_x {
        int cert_id[MAX_CERT_TYPE];             /*certificate ID in index table*/
 } pkgmgr_instcertinfo_x;
 
-typedef struct _pkgmgr_certindexinfo_x {
-       int cert_id;
-       int cert_ref_count;
-} pkgmgr_certindexinfo_x;
-
-typedef struct _pkgmgr_cert_x {
-       char *pkgid;
-       int cert_id;
-} pkgmgr_cert_x;
-
 API int pkgmgrinfo_pkginfo_create_certinfo(pkgmgrinfo_certinfo_h *handle)
 {
        retvm_if(handle == NULL, PMINFO_R_EINVAL, "Argument supplied to hold return value is NULL\n");