]> err.no Git - varnish/commitdiff
cleanup
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 19 Aug 2006 20:16:48 +0000 (20:16 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 19 Aug 2006 20:16:48 +0000 (20:16 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@836 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_cli.c

index 4684310702b1f959bad06519d75f21681233a6a1..046c944684084786fca8e288c879e4c0a91674bf 100644 (file)
@@ -116,15 +116,13 @@ static struct cli_proto mgt_cli_proto[] = {
        { CLI_CONFIG_DISCARD,   mcf_config_discard, NULL },
        { CLI_CONFIG_LIST,      mcf_config_list, NULL },
 #if 0
-       { CLI_SERVER_STOP,      m_cli_func_server_stop, NULL },
        { CLI_SERVER_RESTART },
-       { CLI_PING,             m_cli_func_ping, NULL },
        { CLI_ZERO },
        { CLI_VERBOSE,          m_cli_func_verbose, NULL },
        { CLI_EXIT,             m_cli_func_exit, NULL},
-#endif
        { CLI_QUIT },
        { CLI_BYE },
+#endif
        { NULL }
 };