mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
blockchain_utilities: remove unused num_blocks variable
This commit is contained in:
parent
6c8e5c3459
commit
9ef57946a0
@ -66,8 +66,6 @@ bool BlocksdatFile::open_writer(const boost::filesystem::path& file_path, uint64
|
||||
|
||||
m_raw_data_file = new std::ofstream();
|
||||
|
||||
uint64_t num_blocks = 0;
|
||||
|
||||
LOG_PRINT_L0("creating file");
|
||||
|
||||
m_raw_data_file->open(file_path.string(), std::ios_base::binary | std::ios_base::out | std::ios::trunc);
|
||||
|
Loading…
Reference in New Issue
Block a user