summaryrefslogtreecommitdiffstats
path: root/Modules/timingmodule.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-06-14 22:23:17 (GMT)
committerGuido van Rossum <guido@python.org>1995-06-14 22:23:17 (GMT)
commit6e69fc7a7239ba4e6be621dbe7852e48ac2a39f0 (patch)
treef2ace51956874f53f05ddf627a746ff5f4a565c4 /Modules/timingmodule.c
parent9caac9164198be10c00595481938d82c84b0ba4f (diff)
downloadcpython-6e69fc7a7239ba4e6be621dbe7852e48ac2a39f0.zip
cpython-6e69fc7a7239ba4e6be621dbe7852e48ac2a39f0.tar.gz
cpython-6e69fc7a7239ba4e6be621dbe7852e48ac2a39f0.tar.bz2
removed rcs cruft
Diffstat (limited to 'Modules/timingmodule.c')
-rw-r--r--Modules/timingmodule.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/Modules/timingmodule.c b/Modules/timingmodule.c
index f15b3fd..f4fd1ab 100644
--- a/Modules/timingmodule.c
+++ b/Modules/timingmodule.c
@@ -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"