removing unnecessary code
This commit is contained in:
parent
205344331f
commit
8e4c8a9fd8
1 changed files with 0 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ sub process {
|
||||||
next if ($searchString =~ /^\d+$/); # don't process ^0; ^1; ^2; etc.
|
next if ($searchString =~ /^\d+$/); # don't process ^0; ^1; ^2; etc.
|
||||||
next if ($searchString =~ /^\-$/); # don't process ^-;
|
next if ($searchString =~ /^\-$/); # don't process ^-;
|
||||||
if ($params ne "") {
|
if ($params ne "") {
|
||||||
#$params =~ s/^\(|\)$//; # remove opening / trailing parenthesis (doesn't seem to work)
|
|
||||||
$params =~ s/^\(//; # remove opening parenthesis
|
$params =~ s/^\(//; # remove opening parenthesis
|
||||||
$params =~ s/\)$//; # remove trailing parenthesis
|
$params =~ s/\)$//; # remove trailing parenthesis
|
||||||
$params = &process($params); # recursive process params
|
$params = &process($params); # recursive process params
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue