a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgNotAvail/hgNotAvail.c src/hg/hgNotAvail/hgNotAvail.c
index 908509f..e9dd672 100644
--- src/hg/hgNotAvail/hgNotAvail.c
+++ src/hg/hgNotAvail/hgNotAvail.c
@@ -2,31 +2,30 @@
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "cheapcgi.h"
 #include "htmshell.h"
 #include "obscure.h"
 #include "web.h"
 #include "cart.h"
 #include "hdb.h"
 #include "dbDb.h"
 #include "hgFind.h"
 #include "hCommon.h"
 #include "hui.h"
 #include "customTrack.h"
 
-static char const rcsid[] = "$Id: hgNotAvail.c,v 1.2 2009/06/25 08:43:09 markd Exp $";
 
 struct cart *cart = NULL;
 struct hash *oldVars = NULL;
 char *clade = NULL;
 char *organism = NULL;
 char *db = NULL;
 char *progName;
 
 void hgNotAvail()
 /* hgNotAvail */
 {
 printf("The function you selected (%s) is currently not available.", progName);
 return;
 }