[project @ 2005-07-25 14:12:48 by simonmar]
[ghc-hetmet.git] / ghc / rts / Printer.c
index b454b46..7770631 100644 (file)
@@ -380,12 +380,6 @@ printClosure( StgClosure *obj )
            /* ToDo: chase 'link' ? */
             break;
 
-    case FOREIGN:
-            debugBelch("FOREIGN("); 
-            printPtr((StgPtr)( ((StgForeignObj*)obj)->data ));
-            debugBelch(")\n"); 
-            break;
-
     case STABLE_NAME:
             debugBelch("STABLE_NAME(%ld)\n", ((StgStableName*)obj)->sn); 
             break;