diff options
Diffstat (limited to 'rts/Interpreter.c')
-rw-r--r-- | rts/Interpreter.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/Interpreter.c b/rts/Interpreter.c index 16a8e242bd..5a564ba40f 100644 --- a/rts/Interpreter.c +++ b/rts/Interpreter.c @@ -276,9 +276,7 @@ eval_obj: switch ( get_itbl(obj)->type ) { case IND: - case IND_OLDGEN: case IND_PERM: - case IND_OLDGEN_PERM: case IND_STATIC: { tagged_obj = ((StgInd*)obj)->indirectee; |