From 4d13536db49bdfba97f84f702325d1a99796c06b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 18 Mar 2009 18:50:14 -0400 Subject: [PATCH] [fcstr] Remove unused variable --- src/fcstr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fcstr.c b/src/fcstr.c index 95d4543..ea7c376 100644 --- a/src/fcstr.c +++ b/src/fcstr.c @@ -757,8 +757,6 @@ FcStrBufDone (FcStrBuf *buf) FcChar8 * FcStrBufDoneStatic (FcStrBuf *buf) { - FcChar8 *ret; - FcStrBufChar (buf, '\0'); if (buf->failed) -- 2.39.2