Julius Pfrommer 8 роки тому
батько
коміт
cb93884869
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      tools/amalgamate.py

+ 0 - 3
tools/amalgamate.py

@@ -69,9 +69,6 @@ for fname in args.inputs:
             guard_res = guard_re.match(line)
             if not inc_res and not guard_res:
                 file.write(line)
-                # Ensure file is written to disk.
-                file.flush()
-                os.fsync(file.fileno())
         print ("done."),
 
 if not is_c: