Skip to content

Commit

Permalink
Feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Nov 21, 2024
1 parent 414a071 commit bae9974
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/primitive_core.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ static Object* write_on_std(const uint8* bytes, size_t length, bool is_stdout, b
}
}

FILE* stream = is_stdout ? stdout : stderr;
fflush(stream);

return process->null_object();
}

Expand Down

0 comments on commit bae9974

Please sign in to comment.