Merge branch 'en/sequencer-rollback-lock-cleanup'

Code clean-up.

* en/sequencer-rollback-lock-cleanup:
  sequencer: remove duplicate rollback_lock_file() call
maint
Junio C Hamano 2020-11-02 13:17:44 -08:00
commit f3e63abb27
1 changed files with 0 additions and 1 deletions

View File

@ -3691,7 +3691,6 @@ static int do_merge(struct repository *r,
NULL, 0);
rollback_lock_file(&lock);

rollback_lock_file(&lock);
ret = run_command(&cmd);

/* force re-reading of the cache */