]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
remove dead code
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 26 Aug 2008 16:28:59 +0000 (12:28 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 26 Aug 2008 16:29:14 +0000 (12:29 -0400)
(cherry picked from commit 6364949dfced5cdbba5014d34dbf0e7f0980cd27)

IkiWiki/Plugin/smiley.pm

index 50f2686277afa2de60ef86bd88a870938f1c96e4..747cab3e00ca081ad1a85e3267899072e6ff4685 100644 (file)
@@ -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 $_;