a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/lib/seg.c src/lib/seg.c
index 11a93e9..49997fa 100644
--- src/lib/seg.c
+++ src/lib/seg.c
@@ -1,26 +1,25 @@
 /* seg.c - read/write seg format. */
 #include "common.h"
 #include "linefile.h"
 #include "errabort.h"
 #include "obscure.h"
 #include "seg.h"
 #include "hash.h"
 #include <fcntl.h>
 
 
-static char const rcsid[] = "$Id: seg.c,v 1.7 2008/04/25 17:38:39 rico Exp $";
 
 
 void segCompFree(struct segComp **pObj)
 /* Free up a segment component. */
 {
 struct segComp *obj = *pObj;
 if (obj == NULL)
 	return;
 freeMem(obj->src);
 freez(pObj);
 }
 
 
 void segCompFreeList(struct segComp **pList)
 /* Free up a list of segment components. */