diff options
Diffstat (limited to 'rts/LinkerInternals.h')
-rw-r--r-- | rts/LinkerInternals.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rts/LinkerInternals.h b/rts/LinkerInternals.h index 81a09fe3ae..e284cd6a56 100644 --- a/rts/LinkerInternals.h +++ b/rts/LinkerInternals.h @@ -201,10 +201,6 @@ typedef struct _ObjectCode { unsigned long first_symbol_extra; unsigned long n_symbol_extras; #endif - /* Additional memory that is preallocated and contiguous with image - which can be used used to relocate bss sections. */ - char* bssBegin; - char* bssEnd; ForeignExportStablePtr *stable_ptrs; |