summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorÖmer Sinan Ağacan <omeragacan@gmail.com>2018-04-05 18:41:02 +0300
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2018-04-05 18:41:12 +0300
commitc2f90c84e6dcf4331e934a76de313b168c77b6dc (patch)
tree9b7b5f9f669dfbaa6fb8c042a0127545f5cca0d4 /includes
parent72b5f649ede82ab3bb429aa72ee1c572f415b0eb (diff)
downloadhaskell-c2f90c84e6dcf4331e934a76de313b168c77b6dc.tar.gz
Remove unused bdescr flag BF_FREE
Reviewers: bgamari, simonmar, erikd Reviewed By: bgamari, simonmar Subscribers: thomie, carter Differential Revision: https://phabricator.haskell.org/D4539
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/storage/Block.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/rts/storage/Block.h b/includes/rts/storage/Block.h
index c1d251856a..9ba0b15635 100644
--- a/includes/rts/storage/Block.h
+++ b/includes/rts/storage/Block.h
@@ -143,8 +143,6 @@ typedef struct bdescr_ {
#define BF_PINNED 4
/* Block is to be marked, not copied */
#define BF_MARKED 8
-/* Block is free, and on the free list (TODO: is this used?) */
-#define BF_FREE 16
/* Block is executable */
#define BF_EXEC 32
/* Block contains only a small amount of live data */