summaryrefslogtreecommitdiff
path: root/source/slang/slang-check-modifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-check-modifier.cpp')
-rw-r--r--source/slang/slang-check-modifier.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/slang/slang-check-modifier.cpp b/source/slang/slang-check-modifier.cpp
index 473b5e5da..97da31f39 100644
--- a/source/slang/slang-check-modifier.cpp
+++ b/source/slang/slang-check-modifier.cpp
@@ -189,8 +189,7 @@ namespace Slang
//
attrDecl->ParentDecl = parentDecl;
parentDecl->Members.add(attrDecl);
- parentDecl->memberDictionaryIsValid = false;
-
+
// Finally, we perform any required semantic checks on
// the newly constructed attribute decl.
//