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);
|
UNUSED(pic);
|
||||||
|
|
||||||
fprintf(stderr, "abort: %s\n", msg);
|
fprintf(stderr, "abort: %s\n", msg);
|
||||||
fflush(stderr);
|
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue