Skip to content

Commit 876d500

Browse files
committed
Revert "add nqp language diretory to search path"
This reverts commit 41debf4.
1 parent 61e4135 commit 876d500

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/vm/moar/ModuleLoader.nqp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ knowhow ModuleLoader {
1616
nqp::push(@search_paths, '.');
1717
nqp::push(@search_paths, 'blib');
1818

19-
# Add NQP language directory.
20-
my %conf := nqp::backendconfig();
21-
nqp::push(@search_paths, %conf<prefix> ~ '/languages/nqp/lib');
22-
2319
@search_paths
2420
}
2521

0 commit comments

Comments
 (0)