diff options
author | simonmar <unknown> | 2000-03-13 10:21:26 +0000 |
---|---|---|
committer | simonmar <unknown> | 2000-03-13 10:21:26 +0000 |
commit | 524c42a48c27b1ac064cf54d4b8aa05122c63a79 (patch) | |
tree | be9745cd0dc0f96bad0a25d38c75880c57aa21a0 | |
parent | c5508be61494a32be0a78051041f53766c58cfc5 (diff) | |
download | haskell-524c42a48c27b1ac064cf54d4b8aa05122c63a79.tar.gz |
[project @ 2000-03-13 10:21:26 by simonmar]
remove unused gunk.
-rw-r--r-- | ghc/includes/Profiling.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/ghc/includes/Profiling.h b/ghc/includes/Profiling.h index e9e0c6ea3c..24792d0d35 100644 --- a/ghc/includes/Profiling.h +++ b/ghc/includes/Profiling.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Profiling.h,v 1.8 2000/03/08 17:48:26 simonmar Exp $ + * $Id: Profiling.h,v 1.9 2000/03/13 10:21:26 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -32,19 +32,6 @@ #define CC_IS_SUBSUMED 's' /* 's' => *is* a subsumed cc */ #define CC_IS_BORING 'B' /* 'B' => *not* a CAF/sub cc */ -/* Constants used for abreviated output of data in binary format. The order - * is important and corresponds to the "item" elementType in the XML log - * description. */ - -#define END_TAG 0 -#define CC_TAG 1 -#define CCS_TAG 2 -#define TYPE_CON_TAG 3 -#define HEAP_OBJ_TAG 4 -#define TIME_UPDATE_TAG 5 -#define HEAP_UPDATE_TAG 6 - - /* ----------------------------------------------------------------------------- * Data Structures * ---------------------------------------------------------------------------*/ |