Commit 2064427c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

cleanup


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@836 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent caada096
......@@ -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 }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment