Skip to content

Commit

Permalink
remove fflush(stderr)
Browse files Browse the repository at this point in the history
  • Loading branch information
JiakunYan committed Jan 27, 2024
1 parent d50f19d commit 1284e2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lct/log/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ struct ctx_t {
vsnprintf(buf + size, sizeof(buf) - size, format, vargs);

fprintf(stderr, "%s", buf);
fflush(stderr);
abort();
}

Expand Down

0 comments on commit 1284e2c

Please sign in to comment.