chore: Remove unused CONFIG_NAME var in ServerApp
This commit is contained in:
committed by
Chris Rizzitello
parent
4eaf6fda62
commit
f49f5f790c
@ -135,9 +135,4 @@ private:
|
||||
ClientListener *m_listener;
|
||||
EventQueueTimer *m_timer;
|
||||
NetworkAddress *m_deskflowAddress;
|
||||
#if SYSAPI_WIN32
|
||||
inline static const std::string CONFIG_NAME = std::string(kAppName) + ".sgc";
|
||||
#elif SYSAPI_UNIX
|
||||
inline static const std::string CONFIG_NAME = std::string(kAppName) + ".conf";
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user