a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/qa/dumpNib.c src/hg/qa/dumpNib.c
index e2b8783..37bc428 100644
--- src/hg/qa/dumpNib.c
+++ src/hg/qa/dumpNib.c
@@ -1,22 +1,21 @@
 /* dumpNib - Print a nib file. */
 #include "common.h"
 #include "dnaseq.h"
 #include "nib.h"
 #include "fa.h"
 
-static char const rcsid[] = "$Id: dumpNib.c,v 1.2 2005/06/30 07:07:40 heather Exp $";
 
 void dumpNib(char *nibFile, char *outFile)
 /* dumpNib - Print a nib file. */
 {
 struct dnaSeq *seq;
 
 seq = nibLoadAll(nibFile);
 faWrite(outFile, "test", seq->dna, seq->size);
 
 }
 
 int main(int argc, char *argv[])
 /* Process command line. */
 {
 dumpNib(argv[1], argv[2]);