Skip to content

Commit

Permalink
[js] Don't set prototype properties that get inherited
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Oct 17, 2018
1 parent a7ed305 commit 1f96812
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vm/js/nqp-runtime/reprs.js
Expand Up @@ -618,9 +618,6 @@ class P6opaque extends REPRWithAttributes {

};

P6opaque.prototype.createObjConstructor = basicConstructor;
P6opaque.prototype.typeObjectFor = basicTypeObjectFor;

reprs.P6opaque = P6opaque;

class KnowHOWREPR {
Expand Down

0 comments on commit 1f96812

Please sign in to comment.