diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -2,12 +2,7 @@ #include "modules/hostnamed/hostnamed.c" int main() { - GMainLoop *loop; - hostnamed_init(); - loop = g_main_loop_new(NULL, FALSE); - g_main_loop_run(loop); - return 0; } |