diff --git a/core/strconv/integers.odin b/core/strconv/integers.odin index 18de23016..f06e6e177 100644 --- a/core/strconv/integers.odin +++ b/core/strconv/integers.odin @@ -3,7 +3,6 @@ package strconv Int_Flag :: enum { Prefix, Plus, - Space, } Int_Flags :: bit_set[Int_Flag]