diff options
author | Stefan Beller <sbeller@google.com> | 2017-01-09 11:46:18 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-10 11:51:19 -0800 |
commit | c4bfc7728b32294c33661c16a861419290549a2b (patch) | |
tree | 21c7c1286bacee1be88dfa9b64498f55b1f853b4 /fast-import.c | |
parent | unpack-trees: move checkout state into check_updates (diff) | |
download | tgif-c4bfc7728b32294c33661c16a861419290549a2b.tar.xz |
unpack-trees: remove unneeded continue
The continue is the last statement in the loop, so not needed.
This situation arose in 700e66d66 (2010-07-30, unpack-trees: let
read-tree -u remove index entries outside sparse area) when statements
after the continue were removed.
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fast-import.c')
0 files changed, 0 insertions, 0 deletions