a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/agpCloneCheck/agpCloneCheck.c src/hg/agpCloneCheck/agpCloneCheck.c index ca634c8..5524a37 100644 --- src/hg/agpCloneCheck/agpCloneCheck.c +++ src/hg/agpCloneCheck/agpCloneCheck.c @@ -1,24 +1,23 @@ /* agpCloneCheck - Check that have all clones in an agp file (and the right version too). */ #include "common.h" #include "linefile.h" #include "hash.h" #include "cheapcgi.h" #include "fa.h" #include "portable.h" -static char const rcsid[] = "$Id: agpCloneCheck.c,v 1.4 2004/07/21 23:44:12 angie Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "agpCloneCheck - Check that have all clones in an agp file (and the right version too)\n" "usage:\n" " agpCloneCheck file.agp gsDir\n" ); } void agpCloneCheck(char *agpFile, char *gsDir) /* agpCloneCheck - Check that have all clones in an agp file (and the right version too). */ { struct lineFile *lf = lineFileOpen(agpFile, TRUE);