Removed redundant function.

This commit is contained in:
Markus Makela
2015-08-27 09:32:35 +03:00
parent 501ea809a8
commit 4da9045da4
5 changed files with 5 additions and 16 deletions

View File

@ -246,5 +246,4 @@ void service_shutdown();
extern int serviceSessionCountAll();
extern RESULTSET *serviceGetList();
extern RESULTSET *serviceGetListenerList();
bool service_is_internal(SERVICE* service);
#endif