From e964d1d6dda61f1f8f9f4690842977ceeb428cef Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 12 Jun 2014 01:10:47 +0000 Subject: Remove some low hanging fruit from system_error.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210728 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/system_error.h | 3 --- 1 file changed, 3 deletions(-) (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 9aa00d8745..ad2c99c25c 100644 --- a/include/llvm/Support/system_error.h +++ b/include/llvm/Support/system_error.h @@ -18,9 +18,6 @@ namespace llvm { using std::error_code; -using std::is_error_condition_enum; -using std::is_error_code_enum; -using std::system_category; using std::generic_category; using std::error_category; using std::make_error_code; -- cgit v1.2.3