From: Joey Hess Date: Tue, 26 Aug 2008 16:28:59 +0000 (-0400) Subject: remove dead code X-Git-Tag: 2.62~19 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/6364949dfced5cdbba5014d34dbf0e7f0980cd27?ds=sidebyside remove dead code --- diff --git a/IkiWiki/Plugin/smiley.pm b/IkiWiki/Plugin/smiley.pm index 7a9026025..2633b1ea1 100644 --- a/IkiWiki/Plugin/smiley.pm +++ b/IkiWiki/Plugin/smiley.pm @@ -92,10 +92,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 $_;