stage1: remove unneeded extern function

master
Andrew Kelley 2019-05-08 19:33:57 -04:00
parent e3542196c0
commit 3bd5c16f39
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 0 additions and 6 deletions

View File

@ -18,12 +18,6 @@
#include <stdio.h>
// Define this symbol here so that we can link with the zig objects during the
// compiler bootstrap phase
extern "C" {
void __zig_probe_stack(void) { }
}
static int print_error_usage(const char *arg0) {
fprintf(stderr, "See `%s --help` for detailed usage information\n", arg0);
return EXIT_FAILURE;