From c669417cd0e5526cc0620fa3ee1f4917e90b0d01 Mon Sep 17 00:00:00 2001 From: Marco Paland Date: Sun, 30 Sep 2018 14:39:26 +0200 Subject: chore(printf): remove unused flag Credit goes to @phillipjohnston --- printf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/printf.c b/printf.c index 11c1f5c..1dcaef6 100644 --- a/printf.c +++ b/printf.c @@ -70,7 +70,6 @@ #define FLAGS_LONG (1U << 8U) #define FLAGS_LONG_LONG (1U << 9U) #define FLAGS_PRECISION (1U << 10U) -#define FLAGS_WIDTH (1U << 11U) // output function type -- cgit v1.2.3