[fcstr] Remove unused variable
This commit is contained in:
parent
bb36e67685
commit
4d13536db4
|
@ -757,8 +757,6 @@ FcStrBufDone (FcStrBuf *buf)
|
||||||
FcChar8 *
|
FcChar8 *
|
||||||
FcStrBufDoneStatic (FcStrBuf *buf)
|
FcStrBufDoneStatic (FcStrBuf *buf)
|
||||||
{
|
{
|
||||||
FcChar8 *ret;
|
|
||||||
|
|
||||||
FcStrBufChar (buf, '\0');
|
FcStrBufChar (buf, '\0');
|
||||||
|
|
||||||
if (buf->failed)
|
if (buf->failed)
|
||||||
|
|
Loading…
Reference in New Issue