a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgTables/pal.c src/hg/hgTables/pal.c
index b303fd0..6128b88 100644
--- src/hg/hgTables/pal.c
+++ src/hg/hgTables/pal.c
@@ -1,22 +1,21 @@
 #include "common.h"
 #include "trackDb.h"
 #include "cart.h"
 #include "hgTables.h"
 #include "pal.h"
 
-static char const rcsid[] = "$Id: pal.c,v 1.17 2010/05/11 01:43:25 kent Exp $";
 
 boolean isPalCompatible(struct sqlConnection *conn,
     struct trackDb *track, char *table)
 /* Return TRUE if table is genePred and there is a maf. */
 {
 char setting[128], *p = setting;
 
 if (track == NULL)
     return FALSE;
 if (isEmpty(track->type))
     return FALSE;
 safecpy(setting, sizeof setting, track->type);
 char *type = nextWord(&p);
 
 if (!sameString(type, "genePred"))