commit 4c033eb35c20f0fb37d2e8102735aaa04c8213ae (tree)
parent 0d3c6b7aa847682445a0d292b7f97035a0bad052
Author: Der Teufel <der.teufel.mail@gmail.com>
Date: Wed, 31 Aug 2022 21:32:58 +0200
autodoc: int_big cleanup
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/src/Autodoc.zig b/src/Autodoc.zig
@@ -713,7 +713,6 @@ const DocData = struct {
try jsw.emitNumber(self.int.value);
},
.int_big => {
-
try jsw.beginObject();
try jsw.objectField("value");
try jsw.emitString(self.int_big.value);
@@ -1105,14 +1104,6 @@ fn walkInstruction(
.typeRef = .{ .type = @enumToInt(Ref.comptime_int_type) },
.expr = .{ .int_big = .{ .value = as_string } },
};
-
- // printWithContext(
- // file,
- // inst_index,
- // "TODO: implement `{s}` for walkInstruction\n\n",
- // .{@tagName(tags[inst_index])},
- // );
- // return self.cteTodo(@tagName(tags[inst_index]));
},
.slice_start => {