a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgsqlSwapTables/hgsqlSwapTables.c src/hg/hgsqlSwapTables/hgsqlSwapTables.c
index 1abcc3d..9037d03 100644
--- src/hg/hgsqlSwapTables/hgsqlSwapTables.c
+++ src/hg/hgsqlSwapTables/hgsqlSwapTables.c
@@ -1,24 +1,23 @@
 /* hgsqlSwapTables - swaps tables in database. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "jksql.h"
 #include "hdb.h"
 
-static char const rcsid[] = "$Id: hgsqlSwapTables.c,v 1.1 2010/05/22 02:21:39 braney Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "hgsqlSwapTables - swaps tables in database\n"
   "usage:\n"
   "   hgsqlSwapTables database table1 table2 table3\n"
   "Renames table2 to table3, then renames table1 to table2.\n"
   "Checks for existance of table1 and table2 and lack of existance\n"
   "of table3 and fails without change if not verified\n"
   "options:\n"
   "   -okNoTable2  --  don't fail if table2 doesn't exist\n"
   "   -dropTable3  --  drop table3\n"
   );