Remove unused function 09/106209/1
authorKyungwook Tak <k.tak@samsung.com>
Wed, 21 Dec 2016 04:25:11 +0000 (13:25 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Wed, 21 Dec 2016 04:31:12 +0000 (13:31 +0900)
Change-Id: Ie1565d1b1225d348147ffb397b1be7d6f51860d3
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
test/internals/test-file-system.cpp
test/test-api-content-screening-async.cpp

index b848473..2c83ced 100644 (file)
@@ -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)
 {
index 09e6c2a..607241d 100644 (file)
@@ -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);