Remove Utility::GetEnv from header

It is never used and not even implemented anywhere, probably a leftover.
This commit is contained in:
Julian Brost 2020-10-20 12:19:15 +02:00
parent a32c1bf910
commit c30d8ff373
1 changed files with 0 additions and 2 deletions

View File

@ -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();