Skip to content

Commit edab5f3

Browse files
committed
Removal of useless processing
It was a code that was forgotten to erase the process during the transition of the method.
1 parent 6f7f23f commit edab5f3

File tree

1 file changed

+0
-3
lines changed
  • src/main/kotlin/io/github/projectmapk/jackson/module/kogera/deser/valueInstantiator/argumentBucket

1 file changed

+0
-3
lines changed

src/main/kotlin/io/github/projectmapk/jackson/module/kogera/deser/valueInstantiator/argumentBucket/ArgumentBucket.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ internal class ArgumentBucket(
111111
// Since there is no multiple initialization in the use case, the key check is omitted.
112112
arguments[index] = actualArg
113113

114-
val maskIndex = index / Integer.SIZE
115-
masks[maskIndex] = masks[maskIndex] and BIT_FLAGS[index % Integer.SIZE]
116-
117114
masks.update(index, MaskOperation.SET)
118115
}
119116

0 commit comments

Comments
 (0)