diff options
| author | Tim Foley <tim.foley.is@gmail.com> | 2017-08-12 16:14:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-12 16:14:48 -0700 |
| commit | bb66d6eddd649d8861cecefa2d6ccb7a28a827bc (patch) | |
| tree | 63fdd927ca39462176d506ea7bb99a5b8b8bfa87 /source/slang/check.cpp | |
| parent | 495f88167527945e680e091d49b5705f5f1af1f9 (diff) | |
| parent | f1bda6ada269716dd28653222a10d2c11dd052c5 (diff) | |
Merge pull request #158 from tfoleyNV/syntax-lookup
Data-driven parsing of modifiers
Diffstat (limited to 'source/slang/check.cpp')
| -rw-r--r-- | source/slang/check.cpp | 5 |
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 |
