Skip to content

Commit

Permalink
Remove commented code from draft merged. Restore code from master
Browse files Browse the repository at this point in the history
  • Loading branch information
LenyKholodov committed May 13, 2019
1 parent e14e92a commit 3cd9e23
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/cryptonote_core/cryptonote_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,19 +191,6 @@ namespace cryptonote
m_update_download(0),
m_nettype(UNDEFINED),
m_update_available(false)
/*
m_threadpool(tools::threadpool::getInstance()),
m_update_download(0),
m_nettype(UNDEFINED)
||| merged common ancestors
m_threadpool(tools::threadpool::getInstance()),
m_update_download(0)
===
m_update_download(0),
m_nettype(UNDEFINED),
m_update_available(false)
*/
{
m_checkpoints_updating.clear();
set_cryptonote_protocol(pprotocol);
Expand Down

0 comments on commit 3cd9e23

Please sign in to comment.