Skip to content

Commit 0f8914f

Browse files
committed
Removed unused variable.
1 parent 0519f7d commit 0f8914f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/UdtTest/UdtDateTimeOffsetTest.cs

-11
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,6 @@ public DateTimeOffsetVariableScale(DateTimeOffset dateTimeOffset, int scale)
2929

3030
public class UdtDateTimeOffsetTest
3131
{
32-
private static readonly long[] TICKS_FROM_SCALE = {
33-
10000000,
34-
1000000,
35-
100000,
36-
10000,
37-
1000,
38-
100,
39-
10,
40-
1,
41-
};
42-
4332
private readonly string _connectionString = null;
4433
private readonly string _udtTableType = DataTestUtility.GetUniqueNameForSqlServer("DataTimeOffsetTableType");
4534

0 commit comments

Comments
 (0)