summaryrefslogtreecommitdiff
path: root/src/file_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/file_util.h')
-rw-r--r--src/file_util.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/file_util.h b/src/file_util.h
deleted file mode 100644
index c8c0e5759..000000000
--- a/src/file_util.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright 2018 the Deno authors. All rights reserved. MIT license.
-#ifndef FILE_UTIL_H_
-#define FILE_UTIL_H_
-
-#include <string>
-
-namespace deno {
-bool ReadFileToString(const char* fn, std::string* contents);
-std::string Basename(std::string const& filename);
-} // namespace deno
-
-#endif // FILE_UTIL_H_