Skip to content

Commit 00aaf68

Browse files
committed
[js] Delete dead code.
1 parent a92c7ad commit 00aaf68

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/vm/js/nqp-runtime/reprs.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ class P6opaque {
160160
return '$$getattr$' + this.getHint(classHandle, attrName);
161161
}
162162

163-
setterForAttr(classHandle, attrName) {
164-
return '$$bindattr$' + this.getHint(classHandle, attrName);
165-
}
166-
167163
serializeReprData(st, cursor) {
168164
var numAttrs = st.REPR.flattenedStables.length;
169165
cursor.varint(numAttrs);

0 commit comments

Comments
 (0)