Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove whitespace.
  • Loading branch information
donaldh committed Sep 12, 2013
1 parent efac451 commit 628944c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Perl6/ModuleLoader.nqp
Expand Up @@ -30,13 +30,12 @@ class Perl6::ModuleLoader does Perl6::ModuleLoaderVMConfig {
$absolute_path_func ?? $absolute_path_func($path) !! $path;
}


method ctxsave() {
$*MAIN_CTX := nqp::ctxcaller(nqp::ctx());
$*CTXSAVE := 0;
}

method search_path() {
method search_path() {
# See if we have an @*INC set up, and if so just use that.
my $PROCESS := nqp::gethllsym('perl6', 'PROCESS');
if !nqp::isnull($PROCESS) && nqp::existskey($PROCESS.WHO, '@INC') {
Expand Down

0 comments on commit 628944c

Please sign in to comment.