mirror of https://github.com/Icinga/icinga2.git
Merge pull request #8388 from Icinga/bugfix/remove-utility-getenv
Remove Utility::GetEnv from header
This commit is contained in:
commit
87705a5811
|
@ -52,8 +52,6 @@ public:
|
||||||
static String DirName(const String& path);
|
static String DirName(const String& path);
|
||||||
static String BaseName(const String& path);
|
static String BaseName(const String& path);
|
||||||
|
|
||||||
static String GetEnv(const String& key);
|
|
||||||
|
|
||||||
static void NullDeleter(void *);
|
static void NullDeleter(void *);
|
||||||
|
|
||||||
static double GetTime();
|
static double GetTime();
|
||||||
|
|
Loading…
Reference in New Issue