aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/mpmtypes.h
diff options
context:
space:
mode:
authorDavid Jones2007-07-10 14:42:11 +0100
committerDavid Jones2007-07-10 14:42:11 +0100
commitde346ff53879d04e4f0c9bc2e3b87a454ae51b7c (patch)
treec221438b7b13bddc7107d13eee31642944967517 /mps/code/mpmtypes.h
parent9a7619e191368cc5dfe20d585ee2b38cfa1bbfb1 (diff)
downloademacs-de346ff53879d04e4f0c9bc2e3b87a454ae51b7c.tar.gz
emacs-de346ff53879d04e4f0c9bc2e3b87a454ae51b7c.zip
Mps: removing unused traceband stuff introduced by
branch/2007-04-18/diag/... This was merged onto master by change 162839, but I, drj, felt it was simpler to remove it in a separate change. Copied from Perforce Change: 162841 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/mpmtypes.h')
-rw-r--r--mps/code/mpmtypes.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/mps/code/mpmtypes.h b/mps/code/mpmtypes.h
index e11beab58b2..c92662d2c94 100644
--- a/mps/code/mpmtypes.h
+++ b/mps/code/mpmtypes.h
@@ -50,7 +50,6 @@ typedef Size Epoch; /* design.mps.ld */
50typedef unsigned TraceId; /* <design/trace/> */ 50typedef unsigned TraceId; /* <design/trace/> */
51typedef unsigned TraceSet; /* <design/trace/> */ 51typedef unsigned TraceSet; /* <design/trace/> */
52typedef unsigned TraceState; /* <design/trace/> */ 52typedef unsigned TraceState; /* <design/trace/> */
53typedef unsigned TraceBand; /* <http://info.ravenbrook.com/mail/2007/06/29/13-52-24/0.txt> */
54typedef unsigned AccessSet; /* <design/type/#access-set> */ 53typedef unsigned AccessSet; /* <design/type/#access-set> */
55typedef unsigned Attr; /* <design/type/#attr> */ 54typedef unsigned Attr; /* <design/type/#attr> */
56typedef unsigned FormatVariety; 55typedef unsigned FormatVariety;
@@ -407,19 +406,6 @@ enum {
407}; 406};
408 407
409 408
410/* TraceBands -- see <http://info.ravenbrook.com/mail/2007/06/29/13-52-24/0.txt> */
411
412enum {
413 TraceBandBASE = 1,
414 TraceBandA = TraceBandBASE, /* via-RankAMBIG */
415 TraceBandE, /* via-RankEXACT */
416 TraceBandFf, /* via-RankFINAL rootside boundary = F-guardians */
417 TraceBandFe, /* via-RankFINAL others (all exact) */
418 TraceBandW, /* via-RankWEAK rootside boundary */
419 TraceBandLIMIT /* not a TraceBand, the limit of the enum */
420};
421
422
423/* TraceStart reasons: the trigger that caused a trace to start. */ 409/* TraceStart reasons: the trigger that caused a trace to start. */
424/* Make these specific trigger names, not broad categories; */ 410/* Make these specific trigger names, not broad categories; */
425/* and if a new trigger is added, add a new reason. */ 411/* and if a new trigger is added, add a new reason. */