From 8672f32d9443253afc0e43a99a009d1c575f372a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 11 May 2011 08:48:59 -0600 Subject: [PATCH] fix SGC debug mode --- src/racket/src/salloc.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/racket/src/salloc.c b/src/racket/src/salloc.c index 77859f4d30..a94019dfdf 100644 --- a/src/racket/src/salloc.c +++ b/src/racket/src/salloc.c @@ -2700,11 +2700,6 @@ intptr_t scheme_count_memory(Scheme_Object *root, Scheme_Hash_Table *ht) case scheme_local_unbox_type: s = sizeof(Scheme_Local); break; - case scheme_syntax_type: -#if FORCE_KNOWN_SUBPARTS - e = COUNT(SCHEME_IPTR_VAL(root)); -#endif - break; case scheme_application_type: { Scheme_App_Rec *app = (Scheme_App_Rec *)root;