unpack-trees.c: verify_uptodate: remove dead code
This code was killed by commit fcc387db9b
.
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
1472966c04
commit
0a76f66524
@ -452,10 +452,6 @@ static void verify_uptodate(struct cache_entry *ce,
|
||||
return;
|
||||
errno = 0;
|
||||
}
|
||||
if (o->reset) {
|
||||
ce->ce_flags |= htons(CE_UPDATE);
|
||||
return;
|
||||
}
|
||||
if (errno == ENOENT)
|
||||
return;
|
||||
die("Entry '%s' not uptodate. Cannot merge.", ce->name);
|
||||
|
Loading…
Reference in New Issue
Block a user