summaryrefslogtreecommitdiffstats
path: root/source/core/slang-io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-io.cpp')
-rw-r--r--source/core/slang-io.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/core/slang-io.cpp b/source/core/slang-io.cpp
index 5675bf24b..dc2793fc4 100644
--- a/source/core/slang-io.cpp
+++ b/source/core/slang-io.cpp
@@ -10,13 +10,6 @@
namespace Slang
{
- CommandLineWriter * currentCommandWriter = nullptr;
-
- void SetCommandLineWriter(CommandLineWriter * writer)
- {
- currentCommandWriter = writer;
- }
-
bool File::Exists(const String & fileName)
{
#ifdef _WIN32