diff options
Diffstat (limited to 'src/printf.c')
-rw-r--r-- | src/printf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/printf.c b/src/printf.c index 387ea1c2d..8587f80d2 100644 --- a/src/printf.c +++ b/src/printf.c @@ -687,7 +687,6 @@ static void mout(void *arg, char *zNewText, int nNewChar){ char *sqliteMPrintf(const char *zFormat, ...){ va_list ap; struct sgMprintf sMprintf; - char *zNew; char zBuf[200]; sMprintf.nChar = 0; |