Skip to content

Commit c1c6eed

Browse files
committed
Removed unused method
1 parent 0a18aaf commit c1c6eed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Features/JsonPatch.SystemTextJson/src/Internal/PocoAdapter.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,6 @@ protected virtual bool TryGetJsonProperty(
218218
return false;
219219
}
220220

221-
protected virtual bool TryConvertValue(object value, Type propertyType, out object convertedValue)
222-
{
223-
return TryConvertValue(value, propertyType, null, out convertedValue);
224-
}
225-
226221
protected virtual bool TryConvertValue(object value, Type propertyType, JsonSerializerOptions serializerOptions, out object convertedValue)
227222
{
228223
var conversionResult = ConversionResultProvider.ConvertTo(value, propertyType, serializerOptions);

0 commit comments

Comments
 (0)