Skip to content

Commit e02c9b1

Browse files
authored
Merge pull request #222 from ProjectMapK/fix-bucket
Removal of useless processing
2 parents 6f7f23f + edab5f3 commit e02c9b1

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)