a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/das/das.c src/hg/das/das.c index 7b5d3df..e356ee1 100644 --- src/hg/das/das.c +++ src/hg/das/das.c @@ -7,31 +7,30 @@ */ #include "common.h" #include "linefile.h" #include "hash.h" #include "cheapcgi.h" #include "htmshell.h" #include "psl.h" #include "jksql.h" #include "hdb.h" #include "chromInfo.h" #include "bed.h" #include "genePred.h" #include "trackTable.h" -static char const rcsid[] = "$Id: das.c,v 1.46 2010/01/03 07:42:33 markd Exp $"; /* Including the count in the types response can be very slow for large * regions and is optional. Inclusion of count if controlled by this compile- * time option. */ #define TYPES_RETURN_COUNT 0 static char *version = "1.00"; static char *database = NULL; /* DAS response codes */ #define DAS_OK 200 #define DAS_BAD_COMMAND 400 #define DAS_BAD_DATA_SOURCE 401 #define DAS_BAD_COMMAND_ARGS 402 #define DAS_BAD_REFERENCE_OBJECT 403