a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/lib/tests/mimeDecodeTest.c src/lib/tests/mimeDecodeTest.c
index 8777315..d3aa6fd 100644
--- src/lib/tests/mimeDecodeTest.c
+++ src/lib/tests/mimeDecodeTest.c
@@ -1,31 +1,30 @@
 /* mimeDecodeTest.c for parsing MIME from a descriptor (stdin).
  *
  * This file is copyright 2006 Galt Barber, but license is hereby
  * granted for all use - public, private or commercial. */
 
 #include "common.h"
 #include "options.h"
 #include "dystring.h"
 #include "errabort.h"
 #include "hash.h"
 #include "cheapcgi.h"
 #include "mime.h"
 #include "base64.h"
 #include "quotedP.h"
 
-static char const rcsid[] = "$Id: mimeDecodeTest.c,v 1.3 2006/10/27 18:52:14 galt Exp $";
 /* 
  * Note: MIME is a nested structure that makes a tree that streams in depth-first.
  */
 
 int noNameCount = 0;
 char noName[256];
 char outPath[256];
 
 char *altHeader = NULL;
 boolean cidPass = FALSE;
 struct hash *cidHash = NULL;
 struct dyString *dy = NULL;
 char *outDir = ".";
 
 void usage(char *msg)