From 173d7ff83300ece5cc18049cf5c909c1e8d179d9 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 12 Jun 2014 01:29:42 +0000 Subject: Don't import error_condition into the llvm namespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210731 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/system_error.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/llvm/Support/system_error.h') diff --git a/include/llvm/Support/system_error.h b/include/llvm/Support/system_error.h index ad2c99c25c..83645173b9 100644 --- a/include/llvm/Support/system_error.h +++ b/include/llvm/Support/system_error.h @@ -21,7 +21,6 @@ using std::error_code; using std::generic_category; using std::error_category; using std::make_error_code; -using std::error_condition; } #endif -- cgit v1.2.3