Skip to content

Commit 6b7fad8

Browse files
committed
Cleanup (#1068).
1 parent e4d475f commit 6b7fad8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10

src/FirebirdSql.Data.FirebirdClient/Client/Managed/Version10/GdsArray.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,6 @@ private byte[] EncodeSliceArray(Array sourceArray)
575575
xdr.Write(Convert.ToDateTime(source, CultureInfo.CurrentCulture.DateTimeFormat));
576576
break;
577577

578-
#warning New datatypes
579-
580578
default:
581579
throw TypeHelper.InvalidDataType((int)dbType);
582580
}
@@ -650,8 +648,6 @@ private async ValueTask<byte[]> EncodeSliceArrayAsync(Array sourceArray, Cancell
650648
await xdr.WriteAsync(Convert.ToDateTime(source, CultureInfo.CurrentCulture.DateTimeFormat), cancellationToken).ConfigureAwait(false);
651649
break;
652650

653-
#warning New datatypes
654-
655651
default:
656652
throw TypeHelper.InvalidDataType((int)dbType);
657653
}

0 commit comments

Comments
 (0)