From 30234a58fa065ebf65aed1c483ea2c5d6e166cd0 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sat, 10 Jan 2015 19:44:30 -0700 Subject: [PATCH] No longer needed in this solution --- Parsedown.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Parsedown.php b/Parsedown.php index be42850..bb56f15 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -1298,8 +1298,6 @@ class Parsedown $Inline = $this->inlineLink($excerpt); - $backup = $Inline; - if ($Inline === null) { return;