remove dead code
parent
501f23246f
commit
6364949dfc
|
@ -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 $_;
|
||||
|
|
Loading…
Reference in New Issue