aboutsummaryrefslogtreecommitdiff
path: root/core/strconv
diff options
context:
space:
mode:
authorMarenFayre <82266301+MarenFayre@users.noreply.github.com>2023-01-08 20:24:08 +0100
committerMarenFayre <82266301+MarenFayre@users.noreply.github.com>2023-01-08 20:24:08 +0100
commit68173f4bc74ba2a6dd43d6b1c9fe72ba871cf915 (patch)
treed117565813cdb1c8c6412bec4a9ac95afc4d0d52 /core/strconv
parentc979c2fafab2e0d36cd0ebbd818c9e53425cc6a6 (diff)
Remove unused formatting flag
Diffstat (limited to 'core/strconv')
-rw-r--r--core/strconv/integers.odin1
1 files changed, 0 insertions, 1 deletions
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]