Don't import error_condition into the llvm namespace.
[oota-llvm.git] / include / llvm / Support / system_error.h
index ad2c99c25c1bf0e385ca1c820124d52816d142a0..83645173b9cc2f4e5d45a2e0dd7dacabb7ef4d0e 100644 (file)
@@ -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