diff options
Diffstat (limited to 'stdio-common/printf_fphex.c')
-rw-r--r-- | stdio-common/printf_fphex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stdio-common/printf_fphex.c b/stdio-common/printf_fphex.c index 4599867b3f..78733a7778 100644 --- a/stdio-common/printf_fphex.c +++ b/stdio-common/printf_fphex.c @@ -240,8 +240,6 @@ __printf_fphex (FILE *fp, if (special) { - int width = info->width; - if (negative || info->showsign || info->space) --width; width -= 3; |