]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
removed rcs cruft
authorGuido van Rossum <guido@python.org>
Wed, 14 Jun 1995 22:23:17 +0000 (22:23 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 14 Jun 1995 22:23:17 +0000 (22:23 +0000)
Modules/timingmodule.c

index f15b3fdb5ac64e5bccaa5dddd505378656d40502..f4fd1ab835fee98ca8c4a4fdda8a445d8d40de52 100644 (file)
@@ -1,30 +1,7 @@
 /*
- *
- * File: $Id$
- *
  * Author: George V. Neville-Neil
- *
- * Update History: $Log$
- * Update History: Revision 2.2  1994/01/14 16:55:50  guido
- * Update History: Make more robust against Minix and Mac
- * Update History:
- * Revision 2.1  1994/01/02  23:22:21  guido
- * Added George Neville-Neil's timing module
- *
- * Revision 1.1  93/12/28  13:14:39  gnn
- * Initial revision
- * 
- * 
- *
- *
  */
 
-#ifndef lint
-#ifndef THINK_C
-static char rcsid [] = "$Header$" ;
-#endif /* THINK_C */
-#endif /* lint */
-
 #include "allobjects.h"
 #include "import.h"
 #include "modsupport.h"