authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-05-08 19:33:57-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-05-08 19:33:57-04:00
log3bd5c16f39a67889600a2102b716ccf7f9ba70f0
tree93386703e577b7fcbf54ea4aeefbf467d172575c
parente3542196c0b0121fb52d9af599b549cf490e47a8
signaturelock-open Commit is signed but in an unrecognized format.

stage1: remove unneeded extern function


1 files changed, 0 insertions(+), 6 deletions(-)

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