summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/Constants.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h
index 15ff2a43d9..c3f777f1c4 100644
--- a/includes/rts/Constants.h
+++ b/includes/rts/Constants.h
@@ -20,16 +20,6 @@
#pragma once
/* -----------------------------------------------------------------------------
- Minimum closure sizes
-
- This is the minimum number of words in the payload of a
- heap-allocated closure, so that the closure has enough room to be
- overwritten with a forwarding pointer during garbage collection.
- -------------------------------------------------------------------------- */
-
-#define MIN_PAYLOAD_SIZE 1
-
-/* -----------------------------------------------------------------------------
Constants to do with specialised closure types.
-------------------------------------------------------------------------- */