a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/utils/htmlCheck/htmlCheck.c src/utils/htmlCheck/htmlCheck.c
index acffa3e..1e121d0 100644
--- src/utils/htmlCheck/htmlCheck.c
+++ src/utils/htmlCheck/htmlCheck.c
@@ -1,30 +1,29 @@
 /* htmlCheck - Do a little reading and verification of html file. */
 
 #include "common.h"
 #include "errabort.h"
 #include "memalloc.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "dystring.h"
 #include "obscure.h"
 #include "filePath.h"
 #include "net.h"
 #include "htmlPage.h"
 
-static char const rcsid[] = "$Id: htmlCheck.c,v 1.32 2009/11/10 23:23:59 angie Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "htmlCheck - Do a little reading and verification of html file\n"
   "usage:\n"
   "   htmlCheck how url\n"
   "where how is:\n"
   "   ok - just check for 200 return.  Print error message and exit -1 if no 200\n"
   "   getAll - read the url (header and html) and print to stdout\n"
   "   getHeader - read the header and print to stdout\n"
   "   getCookies - print list of cookies\n"
   "   getHtml - print the html, but not the header to stdout\n"
   "   getForms - print the form structure to stdout\n"