diff --git a/lib/compiler/aro_translate_c.zig b/lib/compiler/aro_translate_c.zig index 9de4ec52d4..ad7584c726 100644 --- a/lib/compiler/aro_translate_c.zig +++ b/lib/compiler/aro_translate_c.zig @@ -358,8 +358,6 @@ fn transTypeDef(c: *Context, scope: *Scope, typedef_decl: NodeIndex) Error!void try bs.discardVariable(c, name); } } - - } fn mangleWeakGlobalName(c: *Context, want_name: []const u8) ![]const u8 {