Skip to content

Commit

Permalink
Merge pull request #5086 from yebblies/backendmars
Browse files Browse the repository at this point in the history
Remove debug code and unnecessary frontend header include
  • Loading branch information
WalterBright committed Sep 20, 2015
2 parents 209d7c0 + 962ee8b commit d3f3ddd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/backend/mscoffobj.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@

#if TARGET_WINDOS

#if MARS
#include "mars.h"
#endif

#include "mscoff.h"

static Outbuffer *fobjbuf;
Expand Down Expand Up @@ -2177,7 +2173,6 @@ unsigned MsCoffObj::bytes(segidx_t seg, targ_size_t offset, unsigned nbytes, voi
{
//dbg_printf("MsCoffObj::bytes(seg=%d, offset=x%lx, nbytes=%d, p=x%x)\n", seg, offset, nbytes, p);
//raise(SIGSEGV);
if (!buf) halt();
assert(buf != NULL);
}
int save = buf->size();
Expand Down

0 comments on commit d3f3ddd

Please sign in to comment.