diff options
Diffstat (limited to 'src/common/core.c')
-rw-r--r-- | src/common/core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/core.c b/src/common/core.c index b5db552e6..f0ab846d1 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -19,7 +19,6 @@ #include "../common/db.h" #include "../common/socket.h" #include "../common/timer.h" -#include "../common/graph.h" #include "../common/plugins.h" #endif @@ -258,7 +257,6 @@ int main (int argc, char **argv) plugins_init(); do_init(argc,argv); - graph_init(); plugin_event_trigger(EVENT_ATHENA_INIT); {// Main runtime cycle @@ -273,7 +271,6 @@ int main (int argc, char **argv) } plugin_event_trigger(EVENT_ATHENA_FINAL); - graph_final(); do_final(); timer_final(); |