summaryrefslogtreecommitdiffstats
path: root/src/ninja.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ninja.h')
-rw-r--r--src/ninja.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ninja.h b/src/ninja.h
index b73d7be..5487cbe 100644
--- a/src/ninja.h
+++ b/src/ninja.h
@@ -33,8 +33,6 @@ struct FileStat;
struct Node;
struct Rule;
-int ReadFile(const string& path, string* contents, string* err);
-
/// Interface for accessing the disk.
///
/// Abstract so it can be mocked out for tests. The real implementation