refactor: clean-up some unused stuff
This commit is contained in:
parent
6029c705e6
commit
0992f08a94
3 changed files with 4 additions and 10 deletions
|
|
@ -916,11 +916,6 @@ const Tab = struct {
|
|||
try cbor.writeValue(writer, self.meta);
|
||||
try cbor.writeValue(writer, self.file_type_name);
|
||||
}
|
||||
|
||||
fn extract_state(self: *@This(), iter: *[]const u8) !void {
|
||||
_ = self;
|
||||
_ = iter;
|
||||
}
|
||||
};
|
||||
|
||||
const spacer = struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue