Christoph Stelz 3 mesi fa
parent
commit
71a1679d57
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);
     }