std.zig.ast: fixed none compiling code

master
Jimmi Holst Christensen 2018-04-10 15:56:37 +02:00
parent db9a9f3a6c
commit b9cccce26d
1 changed files with 0 additions and 1 deletions

View File

@ -566,7 +566,6 @@ pub const NodeFnProto = struct {
if (i < 1) return node; if (i < 1) return node;
i -= 1; i -= 1;
}, },
ReturnType.Infer => {},
} }
if (self.align_expr) |align_expr| { if (self.align_expr) |align_expr| {