diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-18 03:33:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-18 03:33:55 +0000 |
commit | d9e22a8a615491cd0db0442667030affb8627a50 (patch) | |
tree | 23101104a7289c6cf42066267b2c63b5e1cd2188 /llvm/lib/System | |
parent | 3448f4e4488ba2ac2f1dcaeb1e72f008de3c2340 (diff) | |
download | bcm5719-llvm-d9e22a8a615491cd0db0442667030affb8627a50.tar.gz bcm5719-llvm-d9e22a8a615491cd0db0442667030affb8627a50.zip |
unnest from namespace.
llvm-svn: 101691
Diffstat (limited to 'llvm/lib/System')
-rw-r--r-- | llvm/lib/System/Program.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/llvm/lib/System/Program.cpp b/llvm/lib/System/Program.cpp index a3049d46fd6..cd58c2cc578 100644 --- a/llvm/lib/System/Program.cpp +++ b/llvm/lib/System/Program.cpp @@ -13,8 +13,7 @@ #include "llvm/System/Program.h" #include "llvm/Config/config.h" - -namespace llvm { +using namespace llvm; using namespace sys; //===----------------------------------------------------------------------===// @@ -48,9 +47,6 @@ Program::ExecuteNoWait(const Path& path, prg.Execute(path, args, envp, redirects, memoryLimit, ErrMsg); } - -} - // Include the platform-specific parts of this class. #ifdef LLVM_ON_UNIX #include "Unix/Program.inc" |