diff options
Diffstat (limited to 'source/slang/slang-ast-decl.h')
| -rw-r--r-- | source/slang/slang-ast-decl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source/slang/slang-ast-decl.h b/source/slang/slang-ast-decl.h index f151b6ca0..5020debfa 100644 --- a/source/slang/slang-ast-decl.h +++ b/source/slang/slang-ast-decl.h @@ -6,9 +6,6 @@ namespace Slang { -#define SLANG_ABSTRACT_CLASS(x) SLANG_ABSTRACT_CLASS_REFLECT(x) -#define SLANG_CLASS(x) SLANG_CLASS_REFLECT_WITH_ACCEPT(x) - // Syntax class definitions for declarations. // A group of declarations that should be treated as a unit @@ -458,7 +455,4 @@ class AttributeDecl : public ContainerDecl SyntaxClass<RefObject> syntaxClass; }; -#undef SLANG_ABSTRACT_CLASS -#undef SLANG_CLASS - } // namespace Slang |
