remove useless fflush

This commit is contained in:
Yuichi Nishiwaki 2014-06-29 16:22:22 +09:00
parent 3c26c289f3
commit 69c0e702c6
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ pic_abort(pic_state *pic, const char *msg)
UNUSED(pic);
fprintf(stderr, "abort: %s\n", msg);
fflush(stderr);
abort();
}