zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit a6087a7bc1e7ba5e964e20379f3ea70bd8c25f1e (tree)
parent c39d7a632603c944732787e3ba1b77e26fccc3c1
Author: Michael Dusan <michael.dusan@gmail.com>
Date:   Fri, 28 Feb 2020 08:30:43 -0500

stage1: housekeeping

Diffstat:
Msrc/all_types.hpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/all_types.hpp b/src/all_types.hpp @@ -3267,7 +3267,6 @@ struct IrInstSrcContainerInitList { struct IrInstSrcContainerInitFieldsField { Buf *name; AstNode *source_node; - TypeStructField *type_struct_field; IrInstSrc *result_loc; };