Skip to content

Commit

Permalink
Disable IO::ArgFiles for the time being, it's got bugs and is forcing…
Browse files Browse the repository at this point in the history
… people to write incorrect workarounds.
  • Loading branch information
pmichaud committed Jun 30, 2010
1 parent aa015ad commit 806efc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/core/IO/ArgFiles.pm
Expand Up @@ -52,8 +52,4 @@ class IO::ArgFiles is IO {
}
}

sub ARGFILES_CREATE() {
IO::ArgFiles.new();
}

# vim: ft=perl6
3 changes: 0 additions & 3 deletions src/glue/run.pir
Expand Up @@ -87,9 +87,6 @@ of the compilation unit.
set_hll_global '@ARGS', $P2
setprop $P2, "rw", true

$P3 = 'ARGFILES_CREATE'()
set_hll_global '$ARGFILES', $P3

## set up %*VM
load_bytecode 'config.pbc'
.local pmc vm, interp, config
Expand Down

0 comments on commit 806efc8

Please sign in to comment.