summaryrefslogtreecommitdiff
path: root/include/llvm/Support/system_error.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-12 01:10:47 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-12 01:10:47 +0000
commite964d1d6dda61f1f8f9f4690842977ceeb428cef (patch)
tree07d3fda43a2a4a17f1d505bacfa9df4c7b784051 /include/llvm/Support/system_error.h
parent9387d058a48752174f2feb82fcfcf0898345ea1d (diff)
downloadllvm-e964d1d6dda61f1f8f9f4690842977ceeb428cef.tar.gz
llvm-e964d1d6dda61f1f8f9f4690842977ceeb428cef.tar.bz2
llvm-e964d1d6dda61f1f8f9f4690842977ceeb428cef.tar.xz
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
Diffstat (limited to 'include/llvm/Support/system_error.h')
-rw-r--r--include/llvm/Support/system_error.h3
1 files changed, 0 insertions, 3 deletions
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;