mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
Remove bad assertion
This commit is contained in:
parent
581e1bc5b4
commit
d0344dd2c1
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ struct NarIndexer : ParseSink, StringSource
|
||||||
|
|
||||||
void preallocateContents(unsigned long long size) override
|
void preallocateContents(unsigned long long size) override
|
||||||
{
|
{
|
||||||
assert(currentPath != "");
|
|
||||||
currentStart = string(s, pos, 16);
|
currentStart = string(s, pos, 16);
|
||||||
members.emplace(currentPath,
|
members.emplace(currentPath,
|
||||||
NarMember{FSAccessor::Type::tRegular, isExec, pos, size});
|
NarMember{FSAccessor::Type::tRegular, isExec, pos, size});
|
||||||
|
|
Loading…
Reference in a new issue