summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
Diffstat (limited to 'Userland')
-rw-r--r--Userland/printf.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Userland/printf.cpp b/Userland/printf.cpp
index 494abb9869..bb434e761c 100644
--- a/Userland/printf.cpp
+++ b/Userland/printf.cpp
@@ -46,10 +46,6 @@ struct PrintfImpl : public PrintfImplementation::PrintfImpl<PutChFunc, ArgumentL
{
}
- ALWAYS_INLINE int format_b(const PrintfImplementation::ModifierState&, ArgumentListRefT&) const
- {
- fail("format specifier 'b' is not supported");
- }
ALWAYS_INLINE int format_q(const PrintfImplementation::ModifierState& state, ArgumentListRefT& ap) const
{
auto state_copy = state;