AutoMerger: Remove extraneous flush

We already flush later in the body of commit(), which also has the
advantage of respecting the "save" bit.

Change-Id: I327b81c1b23caed938121687e73f086684176381
This commit is contained in:
Dave Borowitz
2016-05-18 13:26:01 -04:00
parent f7d3a29ac5
commit e7c415adc6

View File

@@ -198,7 +198,6 @@ public class AutoMerger {
builder.finish();
treeId = dc.writeTree(ins);
}
ins.flush();
return commit(repo, rw, ins, refName, treeId, merge);
}