commit 7f4de2dfdbeac4457e6e3170dad9ba9bf67ac9c8 (tree) parent b2cbc59e4c354264f295a98d3df077773acd8400 Author: Andrew Kelley <andrew@ziglang.org> Date: Sun, 23 Jun 2019 17:14:10 -0400 remove stray abort Diffstat:
| M | src/util.cpp | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/util.cpp b/src/util.cpp @@ -13,7 +13,6 @@ #include "userland.h" void zig_panic(const char *format, ...) { - abort(); va_list ap; va_start(ap, format); vfprintf(stderr, format, ap);