mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
build.zig: remove an unneeded 'else unreachable'
removed a TODO 🎊
This commit is contained in:
parent
50bbb9d960
commit
f29302f915
1 changed files with 1 additions and 1 deletions
|
|
@ -874,7 +874,7 @@ fn findConfigH(b: *std.Build, config_h_path_option: ?[]const u8) ?[]const u8 {
|
|||
return null;
|
||||
}
|
||||
check_dir = new_check_dir.?;
|
||||
} else unreachable; // TODO should not need `else unreachable`.
|
||||
}
|
||||
}
|
||||
|
||||
fn parseConfigH(b: *std.Build, config_h_text: []const u8) ?CMakeConfig {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue