Merge pull request #8388 from Icinga/bugfix/remove-utility-getenv

Remove Utility::GetEnv from header
This commit is contained in:
Noah Hilverling 2020-10-21 09:43:52 +02:00 committed by GitHub
commit 87705a5811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();