From: Ji-hoon Lee Date: Mon, 28 Nov 2016 11:30:23 +0000 (+0900) Subject: Fixed defect detected by static analysis tool X-Git-Tag: accepted/tizen/3.0/common/20161130.065054~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F72%2F100572%2F1;p=platform%2Fcore%2Fuifw%2Flibscl-ui.git Fixed defect detected by static analysis tool Change-Id: I89012cf1af25ae71a3347944d56ce6290183d40f --- diff --git a/scl/sclresourcecache.cpp b/scl/sclresourcecache.cpp index 5218afe..353c2a9 100644 --- a/scl/sclresourcecache.cpp +++ b/scl/sclresourcecache.cpp @@ -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; }