summaryrefslogtreecommitdiff
path: root/common/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/utils.h')
-rw-r--r--common/utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/utils.h b/common/utils.h
index 5f6e4757..616de065 100644
--- a/common/utils.h
+++ b/common/utils.h
@@ -144,9 +144,6 @@ bool FileExists(const char* path);
// Returns true if |path| exists and is a symbolic link.
bool IsSymlink(const char* path);
-// Return true iff |path| exists and is a regular file
-bool IsRegFile(const char* path);
-
// If |base_filename_template| is neither absolute (starts with "/") nor
// explicitly relative to the current working directory (starts with "./" or
// "../"), then it is prepended the system's temporary directory. On success,