aboutsummaryrefslogtreecommitdiff
path: root/src/Zcu/PerThread.zig
diff options
context:
space:
mode:
authormlugg <mlugg@mlugg.co.uk>2025-02-03 21:42:50 +0000
committermlugg <mlugg@mlugg.co.uk>2025-02-04 16:20:29 +0000
commit5e20a47469f5d6feac7fb0785b2437e417b068ef (patch)
tree7d218171ee899c5c96acb0b3282f598d1caf9938 /src/Zcu/PerThread.zig
parentd3ca10d5d8bc92280a14f9e40dc41d6accc1b4c2 (diff)
downloadzig-5e20a47469f5d6feac7fb0785b2437e417b068ef.tar.gz
zig-5e20a47469f5d6feac7fb0785b2437e417b068ef.zip
Zcu: remove unused `parse_failure` field from `File.Status`
These are reported as `astgen_failure` instead.
Diffstat (limited to 'src/Zcu/PerThread.zig')
-rw-r--r--src/Zcu/PerThread.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Zcu/PerThread.zig b/src/Zcu/PerThread.zig
index a149eee125..c18145180d 100644
--- a/src/Zcu/PerThread.zig
+++ b/src/Zcu/PerThread.zig
@@ -109,7 +109,7 @@ pub fn astGenFile(
break :lock .shared;
},
- .parse_failure, .astgen_failure, .success_zir => lock: {
+ .astgen_failure, .success_zir => lock: {
const unchanged_metadata =
stat.size == file.stat.size and
stat.mtime == file.stat.mtime and