summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/compiler-core/slang-dxc-compiler.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/compiler-core/slang-dxc-compiler.cpp b/source/compiler-core/slang-dxc-compiler.cpp
index 0ecfd0b30..3a949b3bd 100644
--- a/source/compiler-core/slang-dxc-compiler.cpp
+++ b/source/compiler-core/slang-dxc-compiler.cpp
@@ -593,9 +593,6 @@ SlangResult DXCDownstreamCompiler::compile(const CompileOptions& inOptions, IArt
dxcOperationResult.writeRef()));
SLANG_RETURN_ON_FAIL(_handleOperationResult(dxcOperationResult, diagnostics, dxcResultBlob));
-
- ComPtr<IDxcBlobEncoding> dxcResultBlob2 = nullptr;
- dxcCompiler->Disassemble(dxcResultBlob, dxcResultBlob2.writeRef());
}
// If we have libraries then we need to link...