Fix compile errors in stage2

This commit is contained in:
LeRoyce Pearson
2020-04-02 23:39:25 -06:00
parent ea6525797d
commit 733f1c25bd
7 changed files with 13 additions and 9 deletions

View File

@@ -85,7 +85,6 @@ const char *err_str(Error err) {
case ErrorInvalidOperatingSystemVersion: return "invalid operating system version";
case ErrorUnknownClangOption: return "unknown Clang option";
case ErrorNestedResponseFile: return "nested response file";
case ErrorPermissionDenied: return "permission is denied";
case ErrorFileBusy: return "file is busy";
case ErrorLocked: return "file is locked by another process";
}