Skip to content

Commit

Permalink
Revert "add nqp language diretory to search path"
Browse files Browse the repository at this point in the history
This reverts commit 41debf4.
  • Loading branch information
FROGGS committed Jan 1, 2014
1 parent 61e4135 commit 876d500
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vm/moar/ModuleLoader.nqp
Expand Up @@ -16,10 +16,6 @@ knowhow ModuleLoader {
nqp::push(@search_paths, '.');
nqp::push(@search_paths, 'blib');

# Add NQP language directory.
my %conf := nqp::backendconfig();
nqp::push(@search_paths, %conf<prefix> ~ '/languages/nqp/lib');

@search_paths
}

Expand Down

0 comments on commit 876d500

Please sign in to comment.