aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2025-02-28 01:37:10 -0800
committerAndrew Kelley <andrew@ziglang.org>2025-02-28 01:37:10 -0800
commit6b6c1b1b0e04d70a4917f073a6a8bc87a5e8abb3 (patch)
treec3b32e4ab3e3c081c9ab1091cd0ca860dc477c4f /src/Compilation.zig
parent5c44934e20fedb29b88616f51de70c92e5d4ba42 (diff)
downloadzig-6b6c1b1b0e04d70a4917f073a6a8bc87a5e8abb3.tar.gz
zig-6b6c1b1b0e04d70a4917f073a6a8bc87a5e8abb3.zip
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
This reverts commit dea72d15da4fba909dc3ccb2e9dc5286372ac023, reversing changes made to ab381933c87bcc744058d25a876cfdc0d23fc674. The changeset does not work as advertised and does not have sufficient test coverage. Reopens #22822
Diffstat (limited to 'src/Compilation.zig')
-rw-r--r--src/Compilation.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Compilation.zig b/src/Compilation.zig
index 2e0f998a2f..399b9b30b7 100644
--- a/src/Compilation.zig
+++ b/src/Compilation.zig
@@ -868,7 +868,6 @@ pub const cache_helpers = struct {
hh.add(mod.sanitize_c);
hh.add(mod.sanitize_thread);
hh.add(mod.fuzz);
- hh.add(mod.allow_deprecated);
hh.add(mod.unwind_tables);
hh.add(mod.structured_cfg);
hh.add(mod.no_builtin);