stage1: we don't need have_stage1 config option anymore

This commit is contained in:
Andrew Kelley 2023-11-05 20:22:32 -07:00
parent 24b020d9f6
commit 2a81a0f388

View file

@ -9,7 +9,6 @@ pub const enable_logging: bool = false;
pub const enable_link_snapshots: bool = false;
pub const enable_tracy = false;
pub const value_tracing = false;
pub const have_stage1 = false;
pub const skip_non_native = false;
pub const only_c = false;
pub const force_gpa = false;