summaryrefslogtreecommitdiff
path: root/src/gc/gen3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/gen3.c')
-rw-r--r--src/gc/gen3.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gc/gen3.c b/src/gc/gen3.c
index 09fa452..6a35611 100644
--- a/src/gc/gen3.c
+++ b/src/gc/gen3.c
@@ -101,14 +101,6 @@ static size_t object_size_total_slots(const struct object_size size) {
}
/**
- * This struct is used as an opaque type for the fields of an object.
- */
-struct object {
- uintptr_t hd;
- uintptr_t tl[];
-};
-
-/**
* Returns the number of slots for values the object has.
*/
static size_t object_value_slots(const struct object *const obj) {