From c30d8ff3731efecb12de49a48e504c15c146ae0f Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Tue, 20 Oct 2020 12:19:15 +0200 Subject: [PATCH] Remove Utility::GetEnv from header It is never used and not even implemented anywhere, probably a leftover. --- lib/base/utility.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/base/utility.hpp b/lib/base/utility.hpp index 4505dc918..676016089 100644 --- a/lib/base/utility.hpp +++ b/lib/base/utility.hpp @@ -52,8 +52,6 @@ public: static String DirName(const String& path); static String BaseName(const String& path); - static String GetEnv(const String& key); - static void NullDeleter(void *); static double GetTime();