Skip to content

Commit

Permalink
RavenDB-23100 adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ppekrol committed Nov 22, 2024
1 parent ca611ca commit 42bee32
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,6 @@ public static class IndexVersion

public static bool IsLowerCasedReferencesSupported(long indexVersion)
{
if (indexVersion >= Base54Version)
{
return indexVersion >= LowerCasedReferences_54;
}

return indexVersion >= LowerCasedReferences_54;
}
}
Expand Down

0 comments on commit 42bee32

Please sign in to comment.