aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index 8ba8907..a51b30d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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;
}