Skip to content

Commit 2859142

Browse files
committed
Update README.md
1 parent cc5952e commit 2859142

File tree

4 files changed

+105
-104
lines changed

4 files changed

+105
-104
lines changed

FriendlyCSharp.Databases/BTreeN/FcsDuplValueFastBTreeN.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ public struct BtnFastDuplValue : IDisposable
4343
internal int fastMiddle;
4444
internal BtnDuplValuePage fastPage;
4545
//////////////////////////
46-
public int Version { get => version; set => version = 0; } // value; }
47-
//////////////////////////
46+
public int Version { get => version; set => version = 0; }
4847
public void Dispose(bool disposing)
4948
{
5049
fastPage = null;

0 commit comments

Comments
 (0)