Skip to content

Commit 282680a

Browse files
committed
Remove unused code.
1 parent d41be48 commit 282680a

18 files changed

+3
-2036
lines changed

BTDB/BTreeLib/BTreeImpl12.cs

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using BTDB.Buffer;
33
using BTDB.Collections;
44
using BTDB.KVDBLayer;
5-
using BTDB.KVDBLayer.BTree;
65
using System;
76
using System.Collections.Generic;
87
using System.Diagnostics;

BTDB/BTreeLib/IRootNode.cs

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using BTDB.Buffer;
55
using BTDB.Collections;
66
using BTDB.KVDBLayer;
7-
using BTDB.KVDBLayer.BTree;
87
using BTDB.StreamLayer;
98

109
namespace BTDB.BTreeLib;

BTDB/BTreeLib/RootNode12.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Collections.Generic;
33
using System.Threading;
44
using BTDB.Collections;
5-
using BTDB.KVDBLayer.BTree;
5+
using BTDB.KVDBLayer;
66

77
namespace BTDB.BTreeLib;
88

0 commit comments

Comments
 (0)