aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-26 12:28:59 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-26 12:28:59 -0400
commit6364949dfced5cdbba5014d34dbf0e7f0980cd27 (patch)
tree8b9c09f3e8be7b8087de85251f6a2bd86864bf6e /IkiWiki
parent501f23246f9ddaa232dfb10efc83c4c4ed2866da (diff)
downloadikiwiki-6364949dfced5cdbba5014d34dbf0e7f0980cd27.tar
ikiwiki-6364949dfced5cdbba5014d34dbf0e7f0980cd27.tar.gz
remove dead code
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/smiley.pm4
1 files changed, 0 insertions, 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 $_;