Christoph Stelz 3 місяців тому
батько
коміт
71a1679d57
1 змінених файлів з 0 додано та 1 видалено
  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);
     }