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) replaceInParent(root, pivot)
// move the root to the pivot's left
pivot.left = root pivot.left = root
root.parent = pivot root.parent = pivot