From a0f5092703a9850b4be2eaa0861bab789befedd9 Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Sat, 23 Apr 2011 09:06:00 +0000 Subject: Like the coding standards say, do not use "using namespace std". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130054 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/ErrorHandling.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Support/ErrorHandling.cpp') diff --git a/lib/Support/ErrorHandling.cpp b/lib/Support/ErrorHandling.cpp index 3579546d75..e6cc57db82 100644 --- a/lib/Support/ErrorHandling.cpp +++ b/lib/Support/ErrorHandling.cpp @@ -32,7 +32,6 @@ #endif using namespace llvm; -using namespace std; static fatal_error_handler_t ErrorHandler = 0; static void *ErrorHandlerUserData = 0; -- cgit v1.2.3-18-g5258