From 5e4ee659a6796f7cc327c5e1cf1e10b1c032e85e Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 7 Dec 2016 00:35:39 -0500 Subject: delete unused builtin function stuff --- src/all_types.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/all_types.hpp') diff --git a/src/all_types.hpp b/src/all_types.hpp index c64a6c3eeb..fb1392abb4 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -1049,8 +1049,6 @@ struct BuiltinFnEntry { BuiltinFnId id; Buf name; size_t param_count; - TypeTableEntry *return_type; - TypeTableEntry **param_types; uint32_t ref_count; LLVMValueRef fn_val; }; -- cgit v1.2.3