Remove two error codes

This commit is contained in:
Chunting Gu
2019-04-16 16:59:58 +08:00
parent e63dc748ab
commit 5553a70603
4 changed files with 7 additions and 16 deletions
-4
View File
@@ -72,12 +72,8 @@ const char* DescribeError(Error error) {
return "Socket write error";
case kHttpError:
return "HTTP error";
case kServerError:
return "Server error";
case kFileIOError:
return "File IO error";
case kXmlError:
return "XML error";
default:
return "";
}