a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/raSqlQuery/raSqlQuery.c src/utils/raSqlQuery/raSqlQuery.c index b64dfc0..ba65ef5 100644 --- src/utils/raSqlQuery/raSqlQuery.c +++ src/utils/raSqlQuery/raSqlQuery.c @@ -2,31 +2,30 @@ #include "common.h" #include "linefile.h" #include "hash.h" #include "dystring.h" #include "options.h" #include "obscure.h" #include "ra.h" #include "localmem.h" #include "tokenizer.h" #include "sqlNum.h" #include "raRecord.h" #include "rql.h" #include "portable.h" #include "../../hg/inc/hdb.h" /* Just for strict option. */ -static char const rcsid[] = "$Id: raSqlQuery.c,v 1.26 2009/12/03 20:05:39 kent Exp $"; static char *clQueryFile = NULL; static char *clQuery = NULL; static char *clKey = "name"; static char *clParentField = "subTrack"; static char *clNoInheritField = "noInherit"; static boolean clMerge = FALSE; static boolean clParent = FALSE; static boolean clAddFile = FALSE; static boolean clAddDb = FALSE; static char *clRestrict = NULL; static boolean clStrict = FALSE; static char *clDb = NULL; static boolean clOverrideNeeded = FALSE;