diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-06-07 14:58:48 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-06-07 14:58:48 +0000 |
commit | 04a046e8fcf175cd00d3ac87510b0b594c8f91e1 (patch) | |
tree | c6d1a20e74fd0bbb9f6a7ea24c49efd34f87aa2a /includes/RtsFlags.h | |
parent | f07c4a158ebd4e7270266fe04077ea3c931f0672 (diff) | |
download | haskell-04a046e8fcf175cd00d3ac87510b0b594c8f91e1.tar.gz |
codegen debug flag (+RTS -Dc) was unused; remove it
Diffstat (limited to 'includes/RtsFlags.h')
-rw-r--r-- | includes/RtsFlags.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/RtsFlags.h b/includes/RtsFlags.h index 17d23638e7..11d9dbca80 100644 --- a/includes/RtsFlags.h +++ b/includes/RtsFlags.h @@ -49,7 +49,6 @@ struct DEBUG_FLAGS { /* flags to control debugging output & extra checking in various subsystems */ rtsBool scheduler; /* 's' */ rtsBool interpreter; /* 'i' */ - rtsBool codegen; /* 'c' */ rtsBool weak; /* 'w' */ rtsBool gccafs; /* 'G' */ rtsBool gc; /* 'g' */ |