remove useless fflush
This commit is contained in:
parent
3c26c289f3
commit
69c0e702c6
|
@ -17,7 +17,6 @@ pic_abort(pic_state *pic, const char *msg)
|
|||
UNUSED(pic);
|
||||
|
||||
fprintf(stderr, "abort: %s\n", msg);
|
||||
fflush(stderr);
|
||||
abort();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue