Skip to content

Commit b490414

Browse files
authored
Delete out-of-date assert. (shader-slang#4079)
1 parent 436b22f commit b490414

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

source/slang/slang-parser.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -4456,8 +4456,6 @@ namespace Slang
44564456
// Or add any modifiers
44574457
if (as<NamespaceDecl>(decl) && decl->parentDecl)
44584458
{
4459-
// Presumably we have no modifiers.
4460-
SLANG_ASSERT(modifiers.isEmpty());
44614459
return;
44624460
}
44634461

0 commit comments

Comments
 (0)