Fixed defect detected by static analysis tool 72/100572/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Mon, 28 Nov 2016 11:30:23 +0000 (20:30 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 28 Nov 2016 11:30:23 +0000 (20:30 +0900)
Change-Id: I89012cf1af25ae71a3347944d56ce6290183d40f

scl/sclresourcecache.cpp

index 5218afe..353c2a9 100644 (file)
@@ -786,9 +786,6 @@ CSCLResourceCache::add_private_key(SclPrivateKeyProperties* privProperties, sclb
     }
 #endif
 
-    if (ret == NOT_USED) {
-        LOGW("Failed!. Out of private data buffer");
-    }
     return ret;
 }