mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
remove unused funcs
This commit is contained in:
parent
673154e65c
commit
358d919ea0
|
@ -43,9 +43,3 @@ std::string GetFilePath(const std::string& filename) {
|
|||
}
|
||||
return sandbox2::file::JoinPath(inDir, filename);
|
||||
}
|
||||
|
||||
std::string GetOutPath() { return GetImagesDir() + '/' + kOutDir; }
|
||||
|
||||
std::string GetNewFilePath(const std::string& filename) {
|
||||
return GetOutPath() + '/' + filename;
|
||||
}
|
|
@ -21,8 +21,6 @@
|
|||
#include "sandboxed_api/sandbox2/util/temp_file.h"
|
||||
#include "sandboxed_api/util/status_matchers.h"
|
||||
|
||||
const std::string kOutDir = "output";
|
||||
|
||||
using ::sapi::IsOk;
|
||||
using ::testing::Eq;
|
||||
using ::testing::IsFalse;
|
||||
|
@ -30,6 +28,4 @@ using ::testing::IsTrue;
|
|||
using ::testing::Ne;
|
||||
using ::testing::NotNull;
|
||||
|
||||
std::string GetOutPath();
|
||||
std::string GetFilePath(const std::string& filename);
|
||||
std::string GetNewFilePath(const std::string& filename);
|
Loading…
Reference in New Issue
Block a user