Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Temporarly add nqp-js hacks to the setting."
This reverts commit b3387d7.
  • Loading branch information
pmurias committed Dec 1, 2014
1 parent b438b9a commit d212c74
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/core/NQPMu.nqp
Expand Up @@ -106,20 +106,6 @@ my class NQPMu {
method isa($type) {
self.HOW.isa(self, $type)
}

#ifdef js
# HACKs
method to_n() {
0;
}
method to_s() {
"";
}
method Bool() {
nqp::isconcrete(self);
}
#endif

}

#?if !parrot
Expand Down

0 comments on commit d212c74

Please sign in to comment.