Browse Source

remove fflush

Christoph Stelz 3 months ago
parent
commit
71a1679d57
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/ipc_debug.cpp

+ 0 - 1
src/ipc_debug.cpp

@@ -98,7 +98,6 @@ inline void handle_assertion(bool assertion_status = true) {
     char res = assertion_status ? 1 : 0;
     if (debug_ipc_is_root) {
         fwrite(&res, 1, 1, debug_ipc_response_file);
-        fflush(debug_ipc_response_file);
     } else {
         fread(&res, 1, 1, debug_ipc_response_file);
     }