Skip to content

Commit 95172dc

Browse files
remove useless variable
1 parent 129776b commit 95172dc

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

js/dist/sort.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ var __binarymerge__ = function ( binarysearch, copy ) {
1717

1818
var hwanglin = function ( compare, a, ai, aj, b, bi, bj, c, ci ) {
1919

20-
var o, t, x, y, q, d, z;
20+
var o, t, x, q, d, z;
2121

2222
o = ci - ai - bi;
2323
t = ai;
2424

2525
x = Math.pow( 2, Math.floor( Math.log( ( aj - ai ) / ( bj - bi ) ) / Math.log( 2 ) ) );
26-
y = Math.floor( ( aj - ai ) / x ) + 1;
27-
2826

2927
while ( bi < bj && ( ai + x < aj || ( x = aj - ai - 1 ) ) ) {
3028

js/dist/sort.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)