diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2016-12-07 00:35:39 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2016-12-07 00:35:39 -0500 |
| commit | 5e4ee659a6796f7cc327c5e1cf1e10b1c032e85e (patch) | |
| tree | 5a2c9c1a2cd5e0a99a4bf80615d7f0be6ee8deb8 /src/all_types.hpp | |
| parent | c0b2fe4d6cf3f8c6aa07899863861d506f588ef5 (diff) | |
| download | zig-5e4ee659a6796f7cc327c5e1cf1e10b1c032e85e.tar.gz zig-5e4ee659a6796f7cc327c5e1cf1e10b1c032e85e.zip | |
delete unused builtin function stuff
Diffstat (limited to 'src/all_types.hpp')
| -rw-r--r-- | src/all_types.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; }; |
