Signed-off-by: Jonathan Nieder <[email protected]>
Signed-off-by: Stefan Beller <[email protected]>
---
streaming.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/streaming.c b/streaming.c
index 21bd069315..cd52f517eb 100644
--- a/streaming.c
+++ b/streaming.c
@@ -342,11 +342,7 @@ static struct stream_vtbl loose_vtbl = {
static open_method_decl(loose)
{
- if (r != the_repository)
- BUG("r != the_repository");
-
- st->u.loose.mapped = map_sha1_file(the_repository,
- sha1, &st->u.loose.mapsize);
+ st->u.loose.mapped = map_sha1_file(r, sha1, &st->u.loose.mapsize);
if (!st->u.loose.mapped)
return -1;
if ((unpack_sha1_header(&st->z,
--
2.15.1.433.g936d1b9894.dirty