Skip to content

Commit

Permalink
Remove incorrect variable declaration in NpgsqlArrayConverter
Browse files Browse the repository at this point in the history
Fixes #2976
  • Loading branch information
roji committed Jan 4, 2024
1 parent 1cb8fb5 commit 3e44c93
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ private static Expression<Func<TInput, TOutput>> ArrayConversionExpression<TInpu
{
output,
lengthVariable,
loopVariable
};

Expression getInputLength;
Expand Down

0 comments on commit 3e44c93

Please sign in to comment.