Skip to content

Commit

Permalink
Don't stub Rakudo::Internals::HyperWorkBatch
Browse files Browse the repository at this point in the history
Removing this line unbreaks the build on the JVM backend.
It seems to be not necessary for MoarVM, cmp.
https://colabti.org/irclogger/irclogger_log/perl6-dev?date=2019-08-19#l32
  • Loading branch information
usev6 committed Aug 19, 2019
1 parent aaec2cf commit e5d2933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/core_prologue.pm6
Expand Up @@ -10,7 +10,6 @@ my class Rakudo::Deprecations { ... }
my class Rakudo::Internals { ... }
my class Rakudo::Internals::JSON { ... }
my class Rakudo::Internals::RegexBoolification6cMarker { ... }
my class Rakudo::Internals::HyperWorkBatch { ... }
my class Rakudo::Iterator { ... }
#?if !js
my class ThreadPoolScheduler { ... }
Expand Down

0 comments on commit e5d2933

Please sign in to comment.