diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-09-09 17:35:02 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-09-09 17:35:02 +0200 |
| commit | 9438d08cc7a7f814d8d1b0cb13f4db176fc53aeb (patch) | |
| tree | 337e62bf328ee98702a50177a0d055426ff66585 /libs/kstd | |
| parent | 010c669462c64e884e1b181b4fc40132a92d7f71 (diff) | |
| download | kernel-9438d08cc7a7f814d8d1b0cb13f4db176fc53aeb.tar.xz kernel-9438d08cc7a7f814d8d1b0cb13f4db176fc53aeb.zip | |
kstd/fmt: remove superfluous specifiers member
Diffstat (limited to 'libs/kstd')
| -rw-r--r-- | libs/kstd/kstd/bits/format/formatter/char.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/kstd/kstd/bits/format/formatter/char.hpp b/libs/kstd/kstd/bits/format/formatter/char.hpp index 92489a1e..f7e48b49 100644 --- a/libs/kstd/kstd/bits/format/formatter/char.hpp +++ b/libs/kstd/kstd/bits/format/formatter/char.hpp @@ -16,8 +16,6 @@ namespace kstd template<> struct formatter<char> : formatter<unsigned char> { - bits::format::specifiers specifiers{}; - constexpr auto parse(format_parse_context & context) -> format_parse_context::iterator { specifiers = bits::format::parse_format_specifiers(context); |
