Skip to content

Commit 79d617a

Browse files
committed
Removed unused constants. Issue dotnet/extensions#1268
\n\nCommit migrated from dotnet/extensions@4d37a3a
1 parent 5ab1b4c commit 79d617a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Caching/SqlServer/src/Columns.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ public static class Indexes
1818
{
1919
// The value of the following index positions is dependent on how the SQL queries
2020
// are selecting the columns.
21-
public const int CacheItemIdIndex = 0;
22-
public const int ExpiresAtTimeIndex = 1;
23-
public const int SlidingExpirationInSecondsIndex = 2;
24-
public const int AbsoluteExpirationIndex = 3;
2521
public const int CacheItemValueIndex = 0;
2622
}
2723
}

0 commit comments

Comments
 (0)