diff options
Diffstat (limited to 'source/core/slang-io.cpp')
| -rw-r--r-- | source/core/slang-io.cpp | 7 |
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 |
