remove obvious comment

This commit is contained in:
Elgun Jabrayilzade
2023-04-17 06:24:28 +00:00
parent 8dacf309c0
commit 9ca9ce0428

View File

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