Skip to content

Commit

Permalink
Fix MacOS error
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Jul 25, 2024
1 parent 7aa2d78 commit 93cd417
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/application/setups/client/https_file_downloader.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
class https_file_downloader {
parsed_url parsed;

std::size_t num_downloaded_files = 0;
std::atomic_size_t totalBytes = 0;
std::atomic_size_t downloadedBytes = 0;

Expand Down

0 comments on commit 93cd417

Please sign in to comment.