summaryrefslogtreecommitdiffstats
path: root/src/Common/Util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Util.h')
-rw-r--r--src/Common/Util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Common/Util.h b/src/Common/Util.h
index 8df5cac..ec31beb 100644
--- a/src/Common/Util.h
+++ b/src/Common/Util.h
@@ -30,7 +30,6 @@ class Util {
Util();
public:
- static std::string tolower(const std::string &str);
static std::string trim(const std::string &str);
};