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>
maint
parent
1472966c04
commit
0a76f66524
|
@ -452,10 +452,6 @@ static void verify_uptodate(struct cache_entry *ce,
|
||||||
return;
|
return;
|
||||||
errno = 0;
|
errno = 0;
|
||||||
}
|
}
|
||||||
if (o->reset) {
|
|
||||||
ce->ce_flags |= htons(CE_UPDATE);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (errno == ENOENT)
|
if (errno == ENOENT)
|
||||||
return;
|
return;
|
||||||
die("Entry '%s' not uptodate. Cannot merge.", ce->name);
|
die("Entry '%s' not uptodate. Cannot merge.", ce->name);
|
||||||
|
|
Loading…
Reference in New Issue