Fix windows build.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209961 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2014-05-31 03:26:57 +00:00
parent c145fd3cf5
commit e7b43ecdcd
2 changed files with 2 additions and 3 deletions

View File

@@ -57,7 +57,6 @@ _system_error_category::message(int ev) const {
error_condition
_system_error_category::default_error_condition(int ev) const {
switch (ev) {
MAP_ERR_TO_COND(0, success);
// Windows system -> posix_errno decode table ---------------------------//
// see WinError.h comments for descriptions of errors
MAP_ERR_TO_COND(ERROR_ACCESS_DENIED, permission_denied);