mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01: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();
|
m_raw_data_file = new std::ofstream();
|
||||||
|
|
||||||
uint64_t num_blocks = 0;
|
|
||||||
|
|
||||||
LOG_PRINT_L0("creating file");
|
LOG_PRINT_L0("creating file");
|
||||||
|
|
||||||
m_raw_data_file->open(file_path.string(), std::ios_base::binary | std::ios_base::out | std::ios::trunc);
|
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