summaryrefslogtreecommitdiff
path: root/simpleperf/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/utils.h')
-rw-r--r--simpleperf/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/simpleperf/utils.h b/simpleperf/utils.h
index e8310a63..c63ac6c2 100644
--- a/simpleperf/utils.h
+++ b/simpleperf/utils.h
@@ -66,7 +66,6 @@ void GetEntriesInDir(const std::string& dirpath, std::vector<std::string>* files
std::vector<std::string>* subdirs);
bool IsDir(const std::string& dirpath);
bool IsRegularFile(const std::string& filename);
-bool RemovePossibleFile(const std::string& filename);
bool StringToPid(const std::string& s, int* pid);
#endif // SIMPLE_PERF_UTILS_H_