mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
* remove comment
This commit is contained in:
parent
c4b799018a
commit
c49a00c79f
1 changed files with 0 additions and 1 deletions
|
|
@ -672,7 +672,6 @@ const Parser = struct {
|
|||
const target_name = real_node.enum_literal.get(self.zoir);
|
||||
const T_decls = switch (@typeInfo(T)) {
|
||||
inline .@"struct", .@"union", .@"enum" => |e| e.decls,
|
||||
// .@"opaque "=> |o| o.decls,
|
||||
else => return error.WrongType,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue