From 2cdd21c2e4d855500dfb53f77aa74da53ccf9de6 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Dec 2003 21:35:53 +0000 Subject: Finegrainify namespacification git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10464 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/LeakDetector.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/Support/LeakDetector.cpp') diff --git a/lib/Support/LeakDetector.cpp b/lib/Support/LeakDetector.cpp index ffb081a998..f0cb6cc1c5 100644 --- a/lib/Support/LeakDetector.cpp +++ b/lib/Support/LeakDetector.cpp @@ -14,8 +14,7 @@ #include "Support/LeakDetector.h" #include "llvm/Value.h" #include - -namespace llvm { +using namespace llvm; // Lazily allocate set so that release build doesn't have to do anything. static std::set *Objects = 0; @@ -89,5 +88,3 @@ void LeakDetector::checkForGarbageImpl(const std::string &Message) { Objects = 0; LLVMObjects = 0; } } - -} // End llvm namespace -- cgit v1.2.3