From: Joey Hess <joey@kodama.kitenet.net>
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.tremily.us/?a=commitdiff_plain;h=6364949dfced5cdbba5014d34dbf0e7f0980cd27;p=ikiwiki.git

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 $_;