diff options
Diffstat (limited to 'lib/Support/LeakDetector.cpp')
-rw-r--r-- | lib/Support/LeakDetector.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Support/LeakDetector.cpp b/lib/Support/LeakDetector.cpp index 0d7b4bedf3..3dbd2e6e8d 100644 --- a/lib/Support/LeakDetector.cpp +++ b/lib/Support/LeakDetector.cpp @@ -7,7 +7,6 @@ #include "Support/LeakDetector.h" #include "llvm/Value.h" #include <set> -#include <iostream> // Lazily allocate set so that release build doesn't have to do anything. static std::set<const void*> *Objects = 0; |