a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/pslSelect/pslSelect.c src/hg/pslSelect/pslSelect.c index 793e93f..1c02114 100644 --- src/hg/pslSelect/pslSelect.c +++ src/hg/pslSelect/pslSelect.c @@ -1,25 +1,24 @@ /* pslSelect - select records from a PSL file */ #include "common.h" #include "options.h" #include "linefile.h" #include "dystring.h" #include "hash.h" #include "localmem.h" #include "psl.h" -static char const rcsid[] = "$Id: pslSelect.c,v 1.6 2005/04/16 20:25:36 markd Exp $"; /* command line option specifications */ static struct optionSpec optionSpecs[] = { {"qtPairs", OPTION_STRING}, {"queries", OPTION_STRING}, {"qtStart", OPTION_STRING}, {"queryPairs", OPTION_STRING}, {NULL, 0} }; #define QT_PAIRS_MODE 1 #define QUERY_MODE 2 #define QUERY_PAIRS_MODE 3 #define QT_START 4