From 9c534f334a71a5250c9411cc53c83cd72e3b7e74 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Mon, 8 Jun 2015 12:43:27 +0900 Subject: Remove unused code. Change-Id: I9c8d472cff513d88c90b9558201d20f2fbad05c2 Signed-off-by: Minje Ahn --- test/test-thumb.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'test/test-thumb.c') diff --git a/test/test-thumb.c b/test/test-thumb.c index 5e37255..e408090 100755 --- a/test/test-thumb.c +++ b/test/test-thumb.c @@ -135,16 +135,6 @@ int main(int argc, char *argv[]) printf("Success!!\n"); } else if (origin_path && mode == 4) { printf("Test thumbnail_generate_hash_code\n"); - char hash[255] = {0,}; - - err = thumbnail_generate_hash_code(origin_path, hash, sizeof(hash)); - if (err < 0) { - printf("thumbnail_generate_hash_code failed : %d\n", err); - return -1; - } else { - printf("Hash : %s\n", hash); - } - printf("Success!!\n"); } else if (mode == 5) { printf("Test thumbnail_request_extract_all_thumbs\n"); -- cgit v1.2.3