Skip to content

Commit a1dc941

Browse files
committed
Ditto for this function. Erased
Closes#3
1 parent 723adaa commit a1dc941

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

‎lib/CompUnit/PrecompilationRepository/Document.pm6‎

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,6 @@ use v6.*;
22
usenqp;
33

44
classCompUnit::PrecompilationRepository::Documentis CompUnit::PrecompilationRepository::Default{
5-
6-
# method !load-handle-for-path(CompUnit::PrecompilationUnit $unit){
7-
# my $preserve_global := nqp::ifnull(nqp::gethllsym('perl6', 'GLOBAL'), Mu);
8-
# say $preserve_global;
9-
# if $*RAKUDO_MODULE_DEBUG -> $RMD{$RMD("Loading precompiled\n$unit") }
10-
# my $handle := CompUnit::Loader.load-precompilation-file($unit.bytecode-handle);
11-
# $unit.close;
12-
# nqp::bindhllsym('perl6', 'GLOBAL', $preserve_global);
13-
# CATCH{
14-
# default{
15-
# nqp::bindhllsym('perl6', 'GLOBAL', $preserve_global);
16-
# .throw;
17-
# }
18-
# }
19-
# $handle
20-
# }
21-
#
22-
235

246
#! Provides a key for the document with that particular name
257
subkey-for( Str$doc-name-->Str ) isexport{

0 commit comments

Comments
(0)