Merge pull request #1660 from jelgun/ej/obv

remove obvious comment
This commit is contained in:
Jake Wharton
2023-04-19 10:36:22 -04:00
committed by GitHub

View File

@@ -449,7 +449,6 @@ constructor(
}
replaceInParent(root, pivot)
// move the root to the pivot's left
pivot.left = root
root.parent = pivot