fix: remove unused
This commit is contained in:
parent
7fe1b6a889
commit
89f815cee2
@ -11,16 +11,6 @@ export const structGCRefNumber = 0
|
||||
* @private
|
||||
*/
|
||||
export class GC extends AbstractStruct {
|
||||
/**
|
||||
* @param {ID} id
|
||||
* @param {number} length
|
||||
*/
|
||||
constructor (id, length) {
|
||||
super(id, length)
|
||||
this.left = null
|
||||
this.right = null
|
||||
}
|
||||
|
||||
get deleted () {
|
||||
return true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user