summaryrefslogtreecommitdiff
path: root/tools/scaninc/c_file.h
diff options
context:
space:
mode:
authorYamaArashi <YamaArashi@users.noreply.github.com>2017-02-03 21:25:20 -0800
committerGitHub <noreply@github.com>2017-02-03 21:25:20 -0800
commit27dc855202a2531914c83d15d5a9c3745c0ca88a (patch)
treefb04b6228467ef4f78fed680d7dfae1c4a55ad95 /tools/scaninc/c_file.h
parent18e21f8b090a49934a80d56b1796e0c1d469a22c (diff)
parent7c96b16179792a044ded6ade1b74cdb1c0b870a5 (diff)
Merge pull request #230 from camthesaxman/tools
use std:: prefix and remove some unused functions
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();
};