diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-01-03 20:34:17 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-01-03 20:34:51 -0700 |
| commit | c8e44d82bd4dcd8f6beeb771027d38a576674364 (patch) | |
| tree | d816481335ee9087e60dc5bac976607d0be5e23d /src/main.zig | |
| parent | 404dc9692e33099cc59925d5cf03805224fcb36e (diff) | |
| download | zig-c8e44d82bd4dcd8f6beeb771027d38a576674364.tar.gz zig-c8e44d82bd4dcd8f6beeb771027d38a576674364.zip | |
stage2: remove the Cache deadlock detection code
It's more trouble than it's worth; it didn't even catch the most recent
incident because it was across process boundaries anyway.
Diffstat (limited to 'src/main.zig')
| -rw-r--r-- | src/main.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig index cf941104ab..f026b6b4b4 100644 --- a/src/main.zig +++ b/src/main.zig @@ -3292,7 +3292,6 @@ fn detectNativeTargetInfo(gpa: *Allocator, cross_target: std.zig.CrossTarget) !s /// calls exit(0), and does not return. pub fn cleanExit() void { if (std.builtin.mode == .Debug) { - Cache.deinitDebugMap(); return; } else { process.exit(0); |
