summaryrefslogtreecommitdiffstats
path: root/source/slang/lower.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/lower.cpp')
-rw-r--r--source/slang/lower.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/slang/lower.cpp b/source/slang/lower.cpp
index e2c9496f4..44ad5c272 100644
--- a/source/slang/lower.cpp
+++ b/source/slang/lower.cpp
@@ -765,11 +765,6 @@ struct LoweringVisitor
loweredDeclRef.As<Decl>());
}
- RefPtr<Type> visitThisType(ThisType* type)
- {
- return type;
- }
-
RefPtr<Type> visitNamedExpressionType(NamedExpressionType* type)
{
if (shared->target == CodeGenTarget::GLSL)