From 38f72cea1bcfecc2a04c055418e4518bfd05c04a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 18 Dec 2016 20:41:44 +0100 Subject: Sync smart_string implementation with smart_str Switch to using inline functions instead of macros, etc. --- main/spprintf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main/spprintf.c') 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)); \ -- cgit v1.2.1