diff options
Diffstat (limited to 'source/slang/slang-emit.cpp')
| -rw-r--r-- | source/slang/slang-emit.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/slang/slang-emit.cpp b/source/slang/slang-emit.cpp index 4fee5c440..d5c13121a 100644 --- a/source/slang/slang-emit.cpp +++ b/source/slang/slang-emit.cpp @@ -1955,8 +1955,6 @@ SlangResult CodeGenContext::emitEntryPointsSourceFromIR(ComPtr<IArtifact>& outAr // Append the modules output code finalResult.append(code); - // Append all content that should be at the end of a module - sourceEmitter->emitPostModule(); finalResult.append(sourceWriter.getContentAndClear()); // Write out the result |
