Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove a redundant load.
  • Loading branch information
jnthn committed Feb 16, 2013
1 parent 0514fec commit 1e0a374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NQP/Actions.pm
Expand Up @@ -226,7 +226,6 @@ class NQP::Actions is HLL::Actions {
unless %*COMPILING<%?OPTIONS><setting> eq 'NULL' {
import_HOW_exports($SETTING);
unless %*COMPILING<%?OPTIONS><no-regex-lib> {
$*W.load_module('QRegex', $*GLOBALish);
$*W.load_module('NQPP6QRegex', $*GLOBALish);
}
}
Expand Down

0 comments on commit 1e0a374

Please sign in to comment.