From: phk Date: Sat, 19 Aug 2006 20:16:48 +0000 (+0000) Subject: cleanup X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856cb449b0729ba86e36608849ed92e198649636;p=varnish cleanup git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@836 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/mgt_cli.c b/varnish-cache/bin/varnishd/mgt_cli.c index 46843107..046c9446 100644 --- a/varnish-cache/bin/varnishd/mgt_cli.c +++ b/varnish-cache/bin/varnishd/mgt_cli.c @@ -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 } };