Skip to content

Commit 3617634

Browse files
Crypt-iQfanquake
authored andcommitted
validation: remove unused using directives
The following were unused from the node namespace: - BLOCKFILE_CHUNK_SIZE - nPruneTarget - OpenBlockFile - UNDOFILE_CHUNK_SIZE
1 parent f002f8a commit 3617634

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/validation.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,15 @@ using kernel::ComputeUTXOStats;
6969
using kernel::LoadMempool;
7070

7171
using fsbridge::FopenFn;
72-
using node::BLOCKFILE_CHUNK_SIZE;
7372
using node::BlockManager;
7473
using node::BlockMap;
7574
using node::CBlockIndexHeightOnlyComparator;
7675
using node::CBlockIndexWorkComparator;
7776
using node::fImporting;
7877
using node::fPruneMode;
7978
using node::fReindex;
80-
using node::nPruneTarget;
81-
using node::OpenBlockFile;
8279
using node::ReadBlockFromDisk;
8380
using node::SnapshotMetadata;
84-
using node::UNDOFILE_CHUNK_SIZE;
8581
using node::UndoReadFromDisk;
8682
using node::UnlinkPrunedFiles;
8783

0 commit comments

Comments
 (0)