Skip to content

Commit 6b68999

Browse files
committed
remove my runtime archive protection (temporary)
1 parent fe15d3d commit 6b68999

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nbl/builtin/builtinDataGen.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@
190190
CArchive::CArchive(nbl::system::logger_opt_smart_ptr&& logger)
191191
: nbl::system::CFileArchive(nbl::system::path(pathPrefix.data()),std::move(logger), k_builtinArchiveFileList)
192192
{{
193-
bool ok = k_builtinArchiveFileList->size() > 0;
194-
assert(ok); // build system bug, it seems you have empty archive entries!
193+
195194
}}
196195
"""
197196

0 commit comments

Comments
 (0)