aboutsummaryrefslogtreecommitdiff
path: root/std/debug.zig
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-12-18 09:59:57 -0500
committerAndrew Kelley <superjoe30@gmail.com>2017-12-18 09:59:57 -0500
commit1fdebc1dc4881a00766f7c2b4b2d8ee6ad6e79b6 (patch)
treec6dc0f8f2ce01f7d38d1c5921eaa11f2d163c589 /std/debug.zig
parent68f63323437e1b974be7a9982f5d70b95624878b (diff)
downloadzig-1fdebc1dc4881a00766f7c2b4b2d8ee6ad6e79b6.tar.gz
zig-1fdebc1dc4881a00766f7c2b4b2d8ee6ad6e79b6.zip
wip export rewrite
Diffstat (limited to 'std/debug.zig')
-rw-r--r--std/debug.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/std/debug.zig b/std/debug.zig
index a6229f88da..1035948e3e 100644
--- a/std/debug.zig
+++ b/std/debug.zig
@@ -96,8 +96,6 @@ const WHITE = "\x1b[37;1m";
const DIM = "\x1b[2m";
const RESET = "\x1b[0m";
-pub var user_main_fn: ?fn() -> %void = null;
-
error PathNotFound;
error InvalidDebugInfo;