From a214319f33e1083e835df362d8a1447278275b9f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 7 Jul 1987 19:57:38 +0000 Subject: [PATCH] Delete obsolete definitions. Define `Zone_Scheduler'. --- v7/src/microcode/zones.h | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/v7/src/microcode/zones.h b/v7/src/microcode/zones.h index b84708a08..a296baa98 100644 --- a/v7/src/microcode/zones.h +++ b/v7/src/microcode/zones.h @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/zones.h,v 9.21 1987/01/22 14:37:35 jinx Exp $ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/zones.h,v 9.22 1987/07/07 19:57:38 cph Rel $ * * Metering stuff. * We break all times into time zones suitable for external analysis. @@ -71,17 +71,6 @@ extern long New_Time, Old_Time, Time_Meters[], Current_Zone; #define Zone_Math 8 #define Zone_GCIdle 9 #define Zone_Lookup 10 - -/* For finding out about lock contention - 1/19/87 - sas */ - -#define Zone_Count_Locks 11 -#define Zone_Count_Lock_0 12 -#define Zone_Count_Lock_1 13 -#define Zone_Count_Lock_2 14 -#define Zone_Count_Lock_3 15 -#define Zone_Count_Lock_4 16 -#define Zone_Count_Lock_5 17 -#define Zone_Count_Lock_6 18 -#define Zone_Count_Lock_N 19 +#define Zone_Scheduler 11 #define Max_Meters 20 -- 2.25.1