From e135caaaf0567c691d1af9d99d753efb4533c732 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Wed, 1 Jun 2016 01:06:09 +0200 Subject: inlines: Remove unused variable "link_text" --- src/inlines.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/inlines.c') diff --git a/src/inlines.c b/src/inlines.c index b410218..6acbb44 100644 --- a/src/inlines.c +++ b/src/inlines.c @@ -781,7 +781,6 @@ static cmark_node *handle_close_bracket(subject *subj) { cmark_chunk url_chunk, title_chunk; cmark_chunk url, title; delimiter *opener; - cmark_node *link_text; cmark_node *inl; cmark_chunk raw_label; int found_label; @@ -811,7 +810,6 @@ static cmark_node *handle_close_bracket(subject *subj) { // If we got here, we matched a potential link/image text. is_image = opener->delim_char == '!'; - link_text = opener->inl_text->next; // Now we check to see if it's a link/image. -- cgit v1.2.3