1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-20 23:56:09 +02:00

rerere: remove an null statement

J6t spotted that previous commit added an empty statement by
mistake.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2016-05-19 12:51:22 -07:00
parent 8f4496148b
commit d9d501b068

View File

@ -1074,7 +1074,7 @@ static int rerere_forget_one_path(const char *path, struct string_list *rr)
else
error("cannot unlink %s: %s", filename, strerror(errno));
goto fail_exit;
};
}
/*
* Update the preimage so that the user can resolve the