remove vestiges of CCallable/CReturnable
authorSimon Marlow <simonmar@microsoft.com>
Tue, 6 Mar 2007 12:35:33 +0000 (12:35 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 6 Mar 2007 12:35:33 +0000 (12:35 +0000)
rts/PrimOps.cmm

index 545aa48..b58baa0 100644 (file)
@@ -2130,21 +2130,3 @@ asyncDoProczh_fast
 #endif
 }
 #endif
-
-/* -----------------------------------------------------------------------------
-  ** temporary **
-
-   classes CCallable and CReturnable don't really exist, but the
-   compiler insists on generating dictionaries containing references
-   to GHC_ZcCCallable_static_info etc., so we provide dummy symbols
-   for these.  Some C compilers can't cope with zero-length static arrays,
-   so we have to make these one element long.
-  --------------------------------------------------------------------------- */
-
-section "rodata" {
-  GHC_ZCCCallable_static_info:   W_ 0;
-}
-
-section "rodata" {
-  GHC_ZCCReturnable_static_info: W_ 0;
-}