Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Removed unused »magic symbol« declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadlinger committed Nov 14, 2012
1 parent 2ad0519 commit 5616196
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/rt/memory.d
Expand Up @@ -49,19 +49,10 @@ private
{
extern __gshared
{
int _data;
int __data_start;
int _end;
int _data_start__;
int _data_end__;
int _bss_start__;
int _bss_end__;
int __fini_array_end;
}
}

alias __data_start Data_Start;
alias _end Data_End;
}
else version( OSX )
{
Expand Down

0 comments on commit 5616196

Please sign in to comment.