From 9ca9ce0428e7efe9cb3888f0f40b125444afcc13 Mon Sep 17 00:00:00 2001 From: Elgun Jabrayilzade Date: Mon, 17 Apr 2023 06:24:28 +0000 Subject: [PATCH] remove obvious comment --- moshi/src/main/java/com/squareup/moshi/LinkedHashTreeMap.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/moshi/src/main/java/com/squareup/moshi/LinkedHashTreeMap.kt b/moshi/src/main/java/com/squareup/moshi/LinkedHashTreeMap.kt index 869dda3..256fef7 100644 --- a/moshi/src/main/java/com/squareup/moshi/LinkedHashTreeMap.kt +++ b/moshi/src/main/java/com/squareup/moshi/LinkedHashTreeMap.kt @@ -449,7 +449,6 @@ constructor( } replaceInParent(root, pivot) - // move the root to the pivot's left pivot.left = root root.parent = pivot