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