Skip to content

Commit 6bc0e0e

Browse files
committed
Remove attribute
1 parent 3eebf87 commit 6bc0e0e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/DynamoDBGenerator/Internal/MarshallHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public static AttributeValue FromStringSet(IEnumerable<string> strings, string?
123123
}
124124
}
125125

126-
[MethodImpl(MethodImplOptions.AggressiveInlining)]
127126
private static TSet ToNumberSet<TNumber, TSet>(
128127
List<string> numbers,
129128
Func<int, TSet> factory,

0 commit comments

Comments
 (0)