diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-02-03 21:25:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-03 21:25:20 -0800 |
commit | 27dc855202a2531914c83d15d5a9c3745c0ca88a (patch) | |
tree | fb04b6228467ef4f78fed680d7dfae1c4a55ad95 /tools/scaninc/c_file.h | |
parent | 18e21f8b090a49934a80d56b1796e0c1d469a22c (diff) | |
parent | 7c96b16179792a044ded6ade1b74cdb1c0b870a5 (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.h | 1 |
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(); }; |