summaryrefslogtreecommitdiff
path: root/tools/scaninc/c_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scaninc/c_file.h')
-rw-r--r--tools/scaninc/c_file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/scaninc/c_file.h b/tools/scaninc/c_file.h
index 2503acac1..922cb4639 100644
--- a/tools/scaninc/c_file.h
+++ b/tools/scaninc/c_file.h
@@ -46,7 +46,6 @@ private:
bool ConsumeHorizontalWhitespace();
bool ConsumeNewline();
void SkipWhitespace();
- std::unique_ptr<unsigned char[]> ReadWholeFile(const std::string& path, int& size);
bool CheckIdentifier(const std::string& ident);
void CheckIncbin();
};