Expunge revision histories in files.
[u/mdw/catacomb] / arena.c
diff --git a/arena.c b/arena.c
index 947a8a2..f4c94d8 100644 (file)
--- a/arena.c
+++ b/arena.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: arena.c,v 1.1 2000/06/17 10:40:10 mdw Exp $
+ * $Id: arena.c,v 1.2 2004/04/08 01:36:15 mdw Exp $
  *
  * Abstraction for memory allocation arenas
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: arena.c,v $
- * Revision 1.1  2000/06/17 10:40:10  mdw
- * Support for secure memory arenas.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <mLib/arena.h>