a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/synMap/synMapTest.c src/hg/synMap/synMapTest.c index d06abd5..7aa48bb 100644 --- src/hg/synMap/synMapTest.c +++ src/hg/synMap/synMapTest.c @@ -1,20 +1,19 @@ /* Test program to see if synmap is reading correctly */ #include "common.h" #include "synMap.h" -static char const rcsid[] = "$Id: synMapTest.c,v 1.2 2003/05/06 07:22:35 kate Exp $"; void usage() { errAbort("synMapTest - tries to read in a synMap file like those produced\n" "by Sanja and Robert for the mouse-human synteny map.\n" "usage:\n" "\tsynMapTest \n"); } int main(int argc, char *argv[]) { struct synMap *smList = NULL; if(argc != 2) usage(); warn("Loading from file %s.", argv[1]);