]> source.dussan.org Git - rspamd.git/commitdiff
Remove unused code.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 6 Oct 2014 22:51:24 +0000 (23:51 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 6 Oct 2014 22:51:24 +0000 (23:51 +0100)
src/controller.c

index f7392fa4da95941b656ef07d6ac02b76a16fb16a..5c65d88e75afd6c9e62e21a02cc40d76b8325738 100644 (file)
@@ -1730,13 +1730,6 @@ start_controller_worker (struct rspamd_worker *worker)
                        rspamd_controller_handle_custom);
        }
 
-#if 0
-       rspamd_http_router_add_path (ctx->http,
-               PATH_GRAPH,
-               rspamd_controller_handle_graph,
-               ctx);
-#endif
-
        ctx->resolver = dns_resolver_init (worker->srv->logger,
                        ctx->ev_base,
                        worker->srv->cfg);