io.write_commit() already implies io.close_segment()

This commit is contained in:
Alan Jenkins 2015-08-10 22:37:32 +01:00
parent 57845c07ed
commit 3321a887d3
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ class Repository(object):
report_error('Adding commit tag to segment {}'.format(transaction_id))
self.io.segment = transaction_id + 1
self.io.write_commit()
self.io.close_segment()
if current_index and not repair:
if len(current_index) != len(self.index):
report_error('Index object count mismatch. {} != {}'.format(len(current_index), len(self.index)))