From: Fletcher T. Penney Date: Tue, 19 Sep 2017 14:26:47 +0000 (-0400) Subject: CHANGED: Remove dead line of code X-Git-Tag: 6.2.2^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fc118a9239bb618e0394a1e0cc835dd74e23c2f;p=multimarkdown CHANGED: Remove dead line of code --- diff --git a/Sources/libMultiMarkdown/html.c b/Sources/libMultiMarkdown/html.c index a740d63..25784dd 100644 --- a/Sources/libMultiMarkdown/html.c +++ b/Sources/libMultiMarkdown/html.c @@ -338,7 +338,6 @@ void mmd_export_image_html(DString * out, const char * source, token * text, lin } else { if (scratch->remember_assets) { store_asset(scratch, link->url); - asset * a = extract_asset(scratch, link->url); } printf("url); }