summaryrefslogtreecommitdiffstats
path: root/source/slang/emit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/emit.cpp')
-rw-r--r--source/slang/emit.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/slang/emit.cpp b/source/slang/emit.cpp
index fc6fc0184..056454845 100644
--- a/source/slang/emit.cpp
+++ b/source/slang/emit.cpp
@@ -1194,11 +1194,6 @@ struct EmitVisitor
EmitDeclarator(declarator);
}
- void visitThisType(ThisType* /*type*/, TypeEmitArg const&)
- {
- return;
- }
-
void visitDeclRefType(DeclRefType* declRefType, TypeEmitArg const& arg)
{
auto declarator = arg.declarator;