summaryrefslogtreecommitdiff
path: root/source/slang/slang-emit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-emit.cpp')
-rw-r--r--source/slang/slang-emit.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/slang/slang-emit.cpp b/source/slang/slang-emit.cpp
index 0bb1d73e5..fb0f65c5f 100644
--- a/source/slang/slang-emit.cpp
+++ b/source/slang/slang-emit.cpp
@@ -206,12 +206,6 @@ Result linkAndOptimizeIR(
switch (target)
{
case CodeGenTarget::CPPSource:
- {
- // TODO(JS):
- // We want the interface transformation to take place for 'regular' CPPSource for now too.
- lowerComInterfaces(irModule, artifactDesc.style, sink);
- break;
- }
case CodeGenTarget::HostCPPSource:
{
lowerComInterfaces(irModule, artifactDesc.style, sink);