From 062e316a9a7313da0955061eeb06e13780257430 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Aug 2008 12:28:59 -0400 Subject: [PATCH] remove dead code (cherry picked from commit 6364949dfced5cdbba5014d34dbf0e7f0980cd27) --- IkiWiki/Plugin/smiley.pm | 4 ---- 1 file changed, 4 deletions(-) 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 $_; -- 2.39.2