summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-01-26 21:10:22 (GMT)
committerGuido van Rossum <guido@python.org>1996-01-26 21:10:22 (GMT)
commit05a6d8f4c78db6dab8628f01fcf53c7855caf1d5 (patch)
tree1330b479c95f87dbfb7a9845be527e15df489632 /Modules
parente36e1fe5160fb15271783c9ebc02ac311011452b (diff)
downloadcpython-05a6d8f4c78db6dab8628f01fcf53c7855caf1d5.zip
cpython-05a6d8f4c78db6dab8628f01fcf53c7855caf1d5.tar.gz
cpython-05a6d8f4c78db6dab8628f01fcf53c7855caf1d5.tar.bz2
remove rcs history
Diffstat (limited to 'Modules')
-rw-r--r--Modules/timing.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/Modules/timing.h b/Modules/timing.h
index 4495631..af26f1a 100644
--- a/Modules/timing.h
+++ b/Modules/timing.h
@@ -30,38 +30,6 @@
* SUCH DAMAGE.
*/
-/*
- *
- * File: $Id$
- *
- * Author: George V. Neville-Neil
- *
- * Update History: $Log$
- * Update History: Revision 2.2 1994/01/14 16:55:47 guido
- * Update History: Make more robust against Minix and Mac
- * Update History:
- * Revision 2.1 1994/01/02 23:22:19 guido
- * Added George Neville-Neil's timing module
- *
- * Revision 1.1 93/12/28 13:14:19 gnn
- * Initial revision
- *
- * Revision 1.1 93/12/23 18:59:10 gnn
- * Initial revision
- *
- * Revision 1.3 93/07/22 15:57:39 15:57:39 gnn (George Neville-Neil)
- * Added copyright message.
- *
- * Revision 1.2 1993/07/22 12:12:34 gnn
- * Latest macros. They now evaluate to rvalues.
- *
- * Revision 1.1 93/07/19 16:56:18 16:56:18 gnn (George Neville-Neil)
- * Initial revision
- *
- *
- *
- */
-
#ifndef _TIMING_H_
#define _TIMING_H_