mirror of https://github.com/Icinga/icinga2.git
Remove Utility::GetEnv from header
It is never used and not even implemented anywhere, probably a leftover.
This commit is contained in:
parent
a32c1bf910
commit
c30d8ff373
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue