mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-20 12:14:44 +02:00
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 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…
x
Reference in New Issue
Block a user