Remove bad assertion

This commit is contained in:
Eelco Dolstra 2016-02-26 21:43:59 +01:00
parent 581e1bc5b4
commit d0344dd2c1

View file

@ -51,7 +51,6 @@ struct NarIndexer : ParseSink, StringSource
void preallocateContents(unsigned long long size) override
{
assert(currentPath != "");
currentStart = string(s, pos, 16);
members.emplace(currentPath,
NarMember{FSAccessor::Type::tRegular, isExec, pos, size});