summaryrefslogtreecommitdiff
path: root/main/spprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/spprintf.c')
-rw-r--r--main/spprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/spprintf.c b/main/spprintf.c
index 2d24dbddeb..5a8ce07720 100644
--- a/main/spprintf.c
+++ b/main/spprintf.c
@@ -138,7 +138,6 @@
} while (0);
#define PAD_CHAR(xbuf, ch, count, is_char) do { \
- size_t newlen; \
if ((is_char)) { \
smart_string_alloc(((smart_string *)(xbuf)), (count), 0); \
memset(((smart_string *)(xbuf))->c + ((smart_string *)(xbuf))->len, (ch), (count)); \