Remove commented lines
authorJunghyun Yeon <jungh.yeon@samsung.com>
Mon, 8 Mar 2021 09:11:29 +0000 (18:11 +0900)
committer연정현/Tizen Platform Lab(SR)/Staff Engineer/삼성전자 <jungh.yeon@samsung.com>
Tue, 9 Mar 2021 01:20:50 +0000 (10:20 +0900)
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
parser/include/pkgmgr_parser_db.h

index 8cb9675f3a6cb6ff55c6a94643fd18d5eec26652..0cf076e05999379c1999599e35ce0f6c57cffd37 100644 (file)
@@ -49,13 +49,6 @@ extern "C" {
 #include "pkgmgr_parser.h"
 #include "pkgmgrinfo_type.h"
 
-// TODO: add descriptions
-/*
-int pkgmgr_parser_insert_pkg_info(sqlite3 *db, manifest_x *mfx, uid_t uid);
-int pkgmgr_parser_update_pkg_info(sqlite3 *db, manifest_x *mfx, uid_t uid);
-int pkgmgr_parser_delete_pkg_info(sqlite3 *db, const char *package, uid_t uid);
-*/
-
 /**
  * @fn int pkgmgr_parser_insert_manifest_info_in_usr_db(manifest_x *mfx, uid_t uid)
  * @fn int pkgmgr_parser_insert_manifest_info_in_db(manifest_x *mfx)