a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/autoSql/commonSh.c src/hg/autoSql/commonSh.c
index 011db79..9243461 100644
--- src/hg/autoSql/commonSh.c
+++ src/hg/autoSql/commonSh.c
@@ -1,21 +1,20 @@
 /* Short short form of common.c. */
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
-static char const rcsid[] = "$Id: commonSh.c,v 1.2 2003/05/06 07:22:14 kate Exp $";
 
 #include "psLayHit.h"
 
 #define sqlUnsigned atoi
 /* String to unsigned. */
 
 #define sqlSigned atoi
 /* String to signed. */
 
 #define cloneString strdup
 /* Duplicate string onto heap. */
 
 #define AllocVar(pt) (pt = malloc(sizeof(*pt)))
 /* Shortcut to allocating a single variable on the heap and
  * assigning pointer to it. */