aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'packages/0x.js/src/utils')
-rw-r--r--packages/0x.js/src/utils/heap.ts1
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;