summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-parameter-binding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-parameter-binding.cpp')
-rw-r--r--source/slang/slang-parameter-binding.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/slang/slang-parameter-binding.cpp b/source/slang/slang-parameter-binding.cpp
index bd33b6f37..721d4204d 100644
--- a/source/slang/slang-parameter-binding.cpp
+++ b/source/slang/slang-parameter-binding.cpp
@@ -594,12 +594,6 @@ LayoutSemanticInfo ExtractLayoutSemanticInfo(
spaceToken->loc,
getSink(context));
- // TODO: handle component mask part of things...
- if( semantic->componentMask.hasContent())
- {
- getSink(context)->diagnose(semantic->componentMask, Diagnostics::componentMaskNotSupported);
- }
-
return info;
}