summaryrefslogtreecommitdiff
path: root/source/slang/lower-to-ir.cpp
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-11-07 11:57:58 -0800
committerGitHub <noreply@github.com>2017-11-07 11:57:58 -0800
commita54364303241e3cd7c3d075ee1dd4164915d939f (patch)
treeb7560ff41a43cda235ab7db8a19fd2371e3f7ba8 /source/slang/lower-to-ir.cpp
parentccea5702442a7a8303e6735a038be86939c1ce7a (diff)
parentd1b45f3059e100d096327eb178c1bac365e564f1 (diff)
Merge branch 'master' into falcor-integration-work
Diffstat (limited to 'source/slang/lower-to-ir.cpp')
-rw-r--r--source/slang/lower-to-ir.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/slang/lower-to-ir.cpp b/source/slang/lower-to-ir.cpp
index 2672c5698..2c64c539b 100644
--- a/source/slang/lower-to-ir.cpp
+++ b/source/slang/lower-to-ir.cpp
@@ -1497,11 +1497,6 @@ struct ExprLoweringVisitorBase : ExprVisitor<Derived, LoweredValInfo>
return emitDeclRef(context, expr->declRef);
}
- LoweredValInfo visitSelectExpr(SelectExpr* /*expr*/)
- {
- SLANG_UNIMPLEMENTED_X("codegen for select expression");
- }
-
LoweredValInfo visitGenericAppExpr(GenericAppExpr* /*expr*/)
{
SLANG_UNIMPLEMENTED_X("generic application expression during code generation");