From: Fletcher T. Penney Date: Thu, 13 Apr 2017 16:23:40 +0000 (-0400) Subject: CHANGED: Remove unnecessary variable X-Git-Tag: 6.0.5^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b65859f80dc32d343428b920d25f3803f95252c3;p=multimarkdown CHANGED: Remove unnecessary variable --- diff --git a/Sources/libMultiMarkdown/odf.c b/Sources/libMultiMarkdown/odf.c index 64112f6..881bbe1 100644 --- a/Sources/libMultiMarkdown/odf.c +++ b/Sources/libMultiMarkdown/odf.c @@ -364,7 +364,6 @@ void mmd_export_token_odf(DString * out, const char * source, token * t, scratch link * temp_link = NULL; char * temp_char = NULL; char * temp_char2 = NULL; - char * temp_char3 = NULL; bool temp_bool = 0; token * temp_token = NULL; footnote * temp_note = NULL;