From 205187b561c3b31fa931e73e8f7263f0c4b1de41 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Thu, 15 Jun 2017 13:24:25 -0700 Subject: Rename `CoreLib::*` to `Slang` Getting rid of more namespace complexity and stripping things down to the basics. This also gets rid of some dead code in the "core" library. --- source/slang/compiler.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/slang/compiler.cpp') diff --git a/source/slang/compiler.cpp b/source/slang/compiler.cpp index d8298c604..6db04b900 100644 --- a/source/slang/compiler.cpp +++ b/source/slang/compiler.cpp @@ -30,9 +30,6 @@ #undef CreateDirectory #endif -using namespace CoreLib::Basic; -using namespace CoreLib::IO; - namespace Slang { // -- cgit v1.2.3