summaryrefslogtreecommitdiff
path: root/common/utils.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2021-01-30 22:00:45 +0000
committerTianjie Xu <xunchang@google.com>2021-01-30 22:01:19 +0000
commit195d0a9e38a6f53ab2756b91f5cdda2ec466a356 (patch)
tree1173db93bffda2cf3bdbdeedc759548c003d1163 /common/utils.h
parent2e3cdae869b4bc6ca5070b9dcd11fb737016ceb9 (diff)
Revert "Pass apex_info.pb file to delta_generator"
This reverts commit 4e5da3e9d7459e3d983db943ebf3cb4c36af9c60. Reason for revert: b/178908708 Change-Id: I616da64ffda5b94044f3493861d6d01aebfaad61
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,