From cbd4aa5392a71126c4c1be70bd1a1b9574b84216 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 14 Dec 2020 17:40:57 +0000 Subject: [PATCH] Remove unused constant --- core/fmt/fmt.odin | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/fmt/fmt.odin b/core/fmt/fmt.odin index 3a555c341..1dfa03579 100644 --- a/core/fmt/fmt.odin +++ b/core/fmt/fmt.odin @@ -12,8 +12,6 @@ import "core:time" import "core:unicode/utf8" import "intrinsics" -DEFAULT_BUFFER_SIZE :: #config(FMT_DEFAULT_BUFFER_SIZE, 1<<10); - Info :: struct { minus: bool, plus: bool,