blockchain_utilities: remove unused num_blocks variable

release-v0.4.0.1
moneromooo-monero 9 years ago
parent 6c8e5c3459
commit 9ef57946a0
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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…
Cancel
Save