From b08ec005b29c28917cfe6ae664dcdb7b97f8f6b6 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 23 Nov 2020 18:33:49 +0000 Subject: [PATCH] Keep -vet happy --- core/fmt/fmt.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/fmt/fmt.odin b/core/fmt/fmt.odin index 0af7d2a8f..27e0de2ba 100644 --- a/core/fmt/fmt.odin +++ b/core/fmt/fmt.odin @@ -1705,7 +1705,6 @@ fmt_value :: proc(fi: ^Info, v: any, verb: rune) { if i > 0 { strings.write_string(fi.buf, ", "); } data := uintptr(entries.data) + uintptr(i*entry_size); - header := cast(^runtime.Map_Entry_Header)data; key := data + entry_type.offsets[2]; fmt_arg(&Info{buf = fi.buf}, any{rawptr(key), info.key.id}, 'v');