aboutsummaryrefslogtreecommitdiff
path: root/src/parseh.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parseh.cpp')
-rw-r--r--src/parseh.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/parseh.cpp b/src/parseh.cpp
index b5473c7093..cca108a5c5 100644
--- a/src/parseh.cpp
+++ b/src/parseh.cpp
@@ -290,11 +290,6 @@ static enum CXChildVisitResult fn_visitor(CXCursor cursor, CXCursor parent, CXCl
buf_init_from_str(&p->cur_fn->name, clang_getCString(name));
- if (buf_eql_str(&p->cur_fn->name, "exit")) {
- print_location(p);
- zig_panic("Found it");
- }
-
p->cur_fn->arg_count = clang_getNumArgTypes(fn_type);
p->cur_fn->args = allocate<Arg>(p->cur_fn->arg_count);