about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libstore/nar-accessor.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstore/nar-accessor.cc b/src/libstore/nar-accessor.cc
index 88b027ff3b7d..ff7890af8c80 100644
--- a/src/libstore/nar-accessor.cc
+++ b/src/libstore/nar-accessor.cc
@@ -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});