summaryrefslogtreecommitdiffstats
path: root/source/core/slang-std-writers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-std-writers.cpp')
-rw-r--r--source/core/slang-std-writers.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/core/slang-std-writers.cpp b/source/core/slang-std-writers.cpp
index 8b2f6f604..bf3ae72fd 100644
--- a/source/core/slang-std-writers.cpp
+++ b/source/core/slang-std-writers.cpp
@@ -30,13 +30,5 @@ namespace Slang
return defaults;
}
-void StdWriters::setRequestWriters(SlangCompileRequest* request)
-{
- for (int i = 0; i < SLANG_WRITER_CHANNEL_COUNT_OF; ++i)
- {
- spSetWriter(request, SlangWriterChannel(i), m_writers[i]);
- }
-}
-
}