Browse Source

Remove unused formatting flag

MarenFayre 2 years ago
parent
commit
68173f4bc7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      core/strconv/integers.odin

+ 0 - 1
core/strconv/integers.odin

@@ -3,7 +3,6 @@ package strconv
 Int_Flag :: enum {
 Int_Flag :: enum {
 	Prefix,
 	Prefix,
 	Plus,
 	Plus,
-	Space,
 }
 }
 Int_Flags :: bit_set[Int_Flag]
 Int_Flags :: bit_set[Int_Flag]