remove stray abort

This commit is contained in:
Andrew Kelley 2019-06-23 17:14:10 -04:00
parent b2cbc59e4c
commit 7f4de2dfdb
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -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);