Skip to content

Commit

Permalink
Merge pull request #5053 from MartinNowak/fflush
Browse files Browse the repository at this point in the history
remove peculiar fflush call
  • Loading branch information
9rnsr committed Sep 8, 2015
2 parents 7a8fc05 + fb356d8 commit 131e47a
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 131e47a

Please sign in to comment.