Skip to content

Commit 6ec635d

Browse files
committed
Drop unused param doc
1 parent 33b107c commit 6ec635d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/MethodBinder.cs

-1
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,6 @@ static BorrowedReference HandleParamsArray(BorrowedReference args, int arrayStar
576576
/// <param name="pyArgCount">Number of arguments, passed by Python</param>
577577
/// <param name="kwargDict">Dictionary of keyword argument name to python object pointer</param>
578578
/// <param name="defaultArgList">A list of default values for omitted parameters</param>
579-
/// <param name="needsResolution"><c>true</c>, if overloading resolution is required</param>
580579
/// <param name="outs">Returns number of output parameters</param>
581580
/// <returns>If successful, an array of .NET arguments that can be passed to the method. Otherwise null.</returns>
582581
static object?[]? TryConvertArguments(ParameterInfo[] pi, bool paramsArray,

0 commit comments

Comments
 (0)