From 45d68d89a9e96e2353a2cf618097b4dc014f2f30 Mon Sep 17 00:00:00 2001 From: hagen Date: Mon, 18 Jan 2016 00:00:00 +0000 Subject: [PATCH] * clean outdated declaration --- util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/util.h b/util.h index 6478f894..040b3a34 100644 --- a/util.h +++ b/util.h @@ -20,7 +20,6 @@ namespace util void OptionParser(int argc, const char* const argv[]); int GetArg(const std::string& strArg, int nDefault); std::string GetArg(const std::string& strArg, const std::string& strDefault); - const char* GetCharArg(const std::string& strArg, const std::string& nDefault); } namespace filesystem