diff options
author | camthesaxman <cameronghall@cox.net> | 2017-02-03 23:16:28 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-02-03 23:19:18 -0600 |
commit | 7c96b16179792a044ded6ade1b74cdb1c0b870a5 (patch) | |
tree | fb04b6228467ef4f78fed680d7dfae1c4a55ad95 /tools/scaninc/c_file.h | |
parent | 18e21f8b090a49934a80d56b1796e0c1d469a22c (diff) |
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(); }; |