a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/oneShot/scrapeCruzBiotech/scrapeCruzBiotech.c src/oneShot/scrapeCruzBiotech/scrapeCruzBiotech.c
index d084960..f51a981 100644
--- src/oneShot/scrapeCruzBiotech/scrapeCruzBiotech.c
+++ src/oneShot/scrapeCruzBiotech/scrapeCruzBiotech.c
@@ -1,23 +1,22 @@
 /* scrapeCruzBiotech - Do some screen scraping of Santa Cruz biotech site looking for antibodies with immunofluorescence.. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "htmlPage.h"
 
-static char const rcsid[] = "$Id: scrapeCruzBiotech.c,v 1.1 2006/06/15 15:27:00 kent Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "scrapeCruzBiotech - Do some screen scraping of Santa Cruz biotech site looking for antibodies with immunofluorescence.\n"
   "usage:\n"
   "   scrapeCruzBiotech startUrl destFile\n"
   "options:\n"
   "   -xxx=XXX\n"
   );
 }
 
 static struct optionSpec options[] = {
    {NULL, 0},