summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/file.c b/file.c
index cf0dfaf..341a706 100644
--- a/file.c
+++ b/file.c
@@ -800,7 +800,6 @@ done:
UCI_THROW(ctx, UCI_ERR_IO);
}
free(filename);
- sync();
if (ctx->err)
UCI_THROW(ctx, ctx->err);
}