Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
arellegue committed May 1, 2024
1 parent 0519f7d commit 0f8914f
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,6 @@ public DateTimeOffsetVariableScale(DateTimeOffset dateTimeOffset, int scale)

public class UdtDateTimeOffsetTest
{
private static readonly long[] TICKS_FROM_SCALE = {
10000000,
1000000,
100000,
10000,
1000,
100,
10,
1,
};

private readonly string _connectionString = null;
private readonly string _udtTableType = DataTestUtility.GetUniqueNameForSqlServer("DataTimeOffsetTableType");

Expand Down

0 comments on commit 0f8914f

Please sign in to comment.