From fb48c03f96dd4b3e93990d4a89a9301b75988e9c Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Fri, 26 Feb 2016 15:23:59 +0900 Subject: [PATCH] Remove unused code (start path for checking location) Change-Id: Id665c00bec8e7a001ee1aaf03e9922cf265171b1 Signed-off-by: Minje Ahn --- plugin/media-content-plugin.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/plugin/media-content-plugin.c b/plugin/media-content-plugin.c index cece7d4..513edbf 100755 --- a/plugin/media-content-plugin.c +++ b/plugin/media-content-plugin.c @@ -452,18 +452,15 @@ int update_begin(void) return MEDIA_SVC_PLUGIN_ERROR_NONE; } -int update_end(const char *start_path, uid_t uid) +int update_end(uid_t uid) { -#if 0 int ret = MEDIA_SVC_PLUGIN_ERROR_NONE; - +#if 0 ret = thumbnail_request_extract_all_thumbs(uid); if (ret < 0) { return MEDIA_SVC_PLUGIN_ERROR; } #endif - int ret = MEDIA_SVC_PLUGIN_ERROR_NONE; - ret = dcm_svc_request_extract_all(uid); if (ret < 0) { return MEDIA_SVC_PLUGIN_ERROR; -- 2.7.4