From 7c96b16179792a044ded6ade1b74cdb1c0b870a5 Mon Sep 17 00:00:00 2001 From: camthesaxman Date: Fri, 3 Feb 2017 23:16:28 -0600 Subject: use std:: prefix and remove some unused functions --- tools/scaninc/c_file.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/scaninc/c_file.h') 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 ReadWholeFile(const std::string& path, int& size); bool CheckIdentifier(const std::string& ident); void CheckIncbin(); }; -- cgit v1.2.3