stage2: get rid of failed_root_src_file

This commit is contained in:
Andrew Kelley
2021-05-17 15:29:06 -07:00
parent ab6b0ad8a4
commit d5e894a9a7
3 changed files with 11 additions and 23 deletions

View File

@@ -92,9 +92,6 @@ error_name_list: ArrayListUnmanaged([]const u8) = .{},
/// previous analysis.
generation: u32 = 0,
/// When populated it means there was an error opening/reading the root source file.
failed_root_src_file: ?anyerror = null,
stage1_flags: packed struct {
have_winmain: bool = false,
have_wwinmain: bool = false,