Skip to content

Commit 90785d9

Browse files
cmpwidavidchisnall
authored andcommitted
Remove gc_type, as it was only ever touched by gc_typeForClass() and gc_setTypeForClass()
1 parent 85f707f commit 90785d9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

associate.mm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@
5454
* @syncronize().
5555
*/
5656
mutex_t lock;
57-
/**
58-
* Garbage collection type. This stores the location of all of the
59-
* instance variables in the object that may contain pointers.
60-
*/
61-
void *gc_type;
6257
/**
6358
* Array of references.
6459
*/

0 commit comments

Comments
 (0)