From: Kyungwook Tak Date: Wed, 21 Dec 2016 04:25:11 +0000 (+0900) Subject: Remove unused function X-Git-Tag: accepted/tizen/common/20161229.140024^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F106209%2F1;p=platform%2Fupstream%2Fcsr-framework.git Remove unused function Change-Id: Ie1565d1b1225d348147ffb397b1be7d6f51860d3 Signed-off-by: Kyungwook Tak --- diff --git a/test/internals/test-file-system.cpp b/test/internals/test-file-system.cpp index b848473..2c83ced 100644 --- a/test/internals/test-file-system.cpp +++ b/test/internals/test-file-system.cpp @@ -46,6 +46,7 @@ using namespace Csr; namespace { +/* void __assertFile(const File &file, const std::string &path, const std::string &user, const std::string &pkgId, const std::string &pkgPath, bool inApp) @@ -56,6 +57,7 @@ void __assertFile(const File &file, const std::string &path, ASSERT_IF(file.getName(), pkgPath); ASSERT_IF(file.isInApp(), inApp); } +*/ void __createFile(const std::string &path) { diff --git a/test/test-api-content-screening-async.cpp b/test/test-api-content-screening-async.cpp index 09e6c2a..607241d 100644 --- a/test/test-api-content-screening-async.cpp +++ b/test/test-api-content-screening-async.cpp @@ -181,14 +181,6 @@ void install_test_files() Test::copy_file(TEST_FILE_HIGH, TEST_FAKE_APP_FILE()); } -void uninstall_test_files() -{ - Test::remove_file(TEST_FILE_MEDIA()); - Test::remove_file(TEST_FILE_TMP); - Test::remove_file(TEST_FAKE_APP_FILE()); - Test::remove_file(TEST_FAKE_APP_ROOT()); -} - void uninstall_test_apps() { Test::uninstall_app(TEST_WGT_PKG_ID);