Move daemonize() to gateway.c

The one remaining function in gw_utils.c was moved to gateway.c,
so gw_utils.c could be removed.
This commit is contained in:
Johan Wikman
2016-10-17 10:53:38 +03:00
parent e6d7ca4ed9
commit 63b5c10f31
4 changed files with 38 additions and 76 deletions

View File

@ -38,8 +38,6 @@
MXS_BEGIN_DECLS
bool gw_daemonize(void);
MXS_END_DECLS
#endif