Skip to content

Commit

Permalink
remove peculiar fflush call
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Sep 7, 2015
1 parent 6069ebd commit fb356d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/elfobj.c
Expand Up @@ -2207,7 +2207,6 @@ void Obj::pubdefsize(int seg, Symbol *s, targ_size_t offset, targ_size_t symsize
s->Sxtrnnum = elf_addsym(namidx, offset, symsize,
typ, bind, MAP_SEG2SECIDX(seg));
}
fflush(NULL);
}

/*******************************
Expand Down

0 comments on commit fb356d8

Please sign in to comment.