Skip to content

Commit

Permalink
Remove debug code and unnecessary frontend header include
Browse files Browse the repository at this point in the history
  • Loading branch information
yebblies committed Sep 17, 2015
1 parent 2c94b22 commit 962ee8b
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 962ee8b

Please sign in to comment.