[master] 63d3cdd Remove unexistent cli command and comment

Federico G. Schwindt fgsch at lodoss.net
Wed Jan 14 06:27:22 CET 2015


commit 63d3cdd80abd3f4610cdeed2bd1d0ce782582a10
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Jan 13 10:17:20 2015 +0000

    Remove unexistent cli command and comment

diff --git a/include/vcli.h b/include/vcli.h
index e6762f0..19dace3 100644
--- a/include/vcli.h
+++ b/include/vcli.h
@@ -43,21 +43,8 @@
  *	const char *	request_help (for long help)
  *	unsigned	minimum_arguments
  *	unsigned	maximum_arguments
- *
- * If you only want a subset of these fields do this:
- *	#define CLIF145(a,b,c,d,e)	a,d,e
- *	[...]
- *	CLIF145(CLI_URL_QUERY)
- *
  */
 
-#define CLI_URL_QUERY							\
-	"url.query",							\
-	"url.query <url>",						\
-	"\tQuery the cache status of a specific URL.\n"			\
-	    "\tReturns the TTL, size and checksum of the object.",	\
-	1, 1
-
 #define CLI_BAN								\
 	"ban",								\
 	"ban <field> <operator> <arg> [&& <field> <oper> <arg>]...",	\



More information about the varnish-commit mailing list