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