a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgsqlTableDate/hgsqlTableDate.c src/hg/hgsqlTableDate/hgsqlTableDate.c index 5d5c359..0fd4f37 100644 --- src/hg/hgsqlTableDate/hgsqlTableDate.c +++ src/hg/hgsqlTableDate/hgsqlTableDate.c @@ -1,25 +1,24 @@ /* hgsqlTableDate - touch file with date from table. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "jksql.h" #include "utime.h" #include "hdb.h" -static char const rcsid[] = "$Id: hgsqlTableDate.c,v 1.1 2010/06/03 23:18:41 braney Exp $"; void usage() /* Explain usage and exit. */ { errAbort( "hgsqlTableDate - touch file with date from table\n" "usage:\n" " hgsqlTableDate database table file\n" "options:\n" ); } static struct optionSpec options[] = { {NULL, 0}, };