summaryrefslogtreecommitdiffstats
path: root/nest/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/main.c')
-rw-r--r--nest/main.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/nest/main.c b/nest/main.c
deleted file mode 100644
index 91d96c6..0000000
--- a/nest/main.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * BIRD Internet Routing Daemon
- *
- * (c) 1998 Martin Mares <mj@ucw.cz>
- *
- * Can be freely distributed and used under the terms of the GNU GPL.
- */
-
-#include "nest/bird.h"
-#include "lib/lists.h"
-#include "lib/resource.h"
-
-int
-main(void)
-{
- log_init_debug(NULL);
- resource_init();
-
- return 0;
-}