From 6fc118a9239bb618e0394a1e0cc835dd74e23c2f Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Tue, 19 Sep 2017 10:26:47 -0400 Subject: [PATCH] CHANGED: Remove dead line of code --- Sources/libMultiMarkdown/html.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.40.0