summaryrefslogtreecommitdiffstats
path: root/source/slang/check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/check.cpp')
-rw-r--r--source/slang/check.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/slang/check.cpp b/source/slang/check.cpp
index 9f7a13230..bb0b1b794 100644
--- a/source/slang/check.cpp
+++ b/source/slang/check.cpp
@@ -1202,11 +1202,6 @@ namespace Slang
// These are only used in the stdlib, so no checking is needed
}
- void visitModifierDecl(ModifierDecl*)
- {
- // These are only used in the stdlib, so no checking is needed
- }
-
void visitGenericTypeParamDecl(GenericTypeParamDecl*)
{
// These are only used in the stdlib, so no checking is needed for now