diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-26 12:28:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-26 12:28:59 -0400 |
commit | 6364949dfced5cdbba5014d34dbf0e7f0980cd27 (patch) | |
tree | 8b9c09f3e8be7b8087de85251f6a2bd86864bf6e | |
parent | 501f23246f9ddaa232dfb10efc83c4c4ed2866da (diff) | |
download | ikiwiki-6364949dfced5cdbba5014d34dbf0e7f0980cd27.tar ikiwiki-6364949dfced5cdbba5014d34dbf0e7f0980cd27.tar.gz |
remove dead code
-rw-r--r-- | IkiWiki/Plugin/smiley.pm | 4 |
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 $_; |