aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-05-08 19:33:57 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-05-08 19:33:57 -0400
commit3bd5c16f39a67889600a2102b716ccf7f9ba70f0 (patch)
tree93386703e577b7fcbf54ea4aeefbf467d172575c /src/main.cpp
parente3542196c0b0121fb52d9af599b549cf490e47a8 (diff)
downloadzig-3bd5c16f39a67889600a2102b716ccf7f9ba70f0.tar.gz
zig-3bd5c16f39a67889600a2102b716ccf7f9ba70f0.zip
stage1: remove unneeded extern function
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6cd057fd40..2915fd4b9d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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;