summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-12 01:29:42 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-12 01:29:42 +0000
commit173d7ff83300ece5cc18049cf5c909c1e8d179d9 (patch)
treefb50c261a9b8c1ee2f480fe5acf4b68e10f817fc /include
parent5ac7ab395a4a2954d2c5aefa75f2affc859641cc (diff)
downloadllvm-173d7ff83300ece5cc18049cf5c909c1e8d179d9.tar.gz
llvm-173d7ff83300ece5cc18049cf5c909c1e8d179d9.tar.bz2
llvm-173d7ff83300ece5cc18049cf5c909c1e8d179d9.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/system_error.h1
1 files changed, 0 insertions, 1 deletions
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