From 04d43cd71f081f1b8d2f0fd803a47cb6342e4fcd Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Thu, 15 Jun 2017 15:21:20 -0700 Subject: Remove more "core" code that isn't used. It is always easier to add back code when you need it, than it is to maintain code you aren't using. --- source/core/slang-io.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source/core/slang-io.cpp') 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 -- cgit v1.2.3