diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/0x.js/src/utils/heap.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/0x.js/src/utils/heap.ts b/packages/0x.js/src/utils/heap.ts index 1135c76b9..e262266d4 100644 --- a/packages/0x.js/src/utils/heap.ts +++ b/packages/0x.js/src/utils/heap.ts @@ -49,7 +49,6 @@ export class Heap<T> { n = parentN; } } - private sinkDown(n: number) { // Look up the target element and its score. const length = this.content.length; |