From: Joey Hess Date: Tue, 26 Aug 2008 16:28:59 +0000 (-0400) Subject: remove dead code X-Git-Tag: 2.53.1~19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=062e316a9a7313da0955061eeb06e13780257430;p=ikiwiki.git remove dead code (cherry picked from commit 6364949dfced5cdbba5014d34dbf0e7f0980cd27) --- diff --git a/IkiWiki/Plugin/smiley.pm b/IkiWiki/Plugin/smiley.pm index 50f268627..747cab3e0 100644 --- a/IkiWiki/Plugin/smiley.pm +++ b/IkiWiki/Plugin/smiley.pm @@ -81,10 +81,6 @@ MATCH: while (m{(?:^|(?<=\s|>))(\\?)$smiley_regexp(?:(?=\s|<)|$)}g) { $smileys{$smiley}, linktext => $smiley); pos=$epos+1; } - - # Breaks out at end, otherwise it will scan through again, - # replacing de-escaped ones. - #last unless defined pos; } return $_;