diff options
| author | Lev Sizov <levsizov2015@outlook.com> | 2019-09-02 14:38:29 +0200 |
|---|---|---|
| committer | Lev Sizov <levsizov2015@outlook.com> | 2019-09-02 14:38:29 +0200 |
| commit | 4ad191ffa96a663c1fea61e5b5cd2e73770b43fa (patch) | |
| tree | c6e60c077504c6709c48a868c86ef228b52d3db5 /src/cryptonote_basic | |
| parent | 2cd4fd8972620737956aeeb4262209f8a446e3ee (diff) | |
| download | monzero-core-4ad191ffa96a663c1fea61e5b5cd2e73770b43fa.tar.gz monzero-core-4ad191ffa96a663c1fea61e5b5cd2e73770b43fa.tar.xz monzero-core-4ad191ffa96a663c1fea61e5b5cd2e73770b43fa.zip | |
Removed unused boost/value_init header
Diffstat (limited to 'src/cryptonote_basic')
| -rw-r--r-- | src/cryptonote_basic/miner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_basic/miner.cpp b/src/cryptonote_basic/miner.cpp index 5c3332d93..602ced787 100644 --- a/src/cryptonote_basic/miner.cpp +++ b/src/cryptonote_basic/miner.cpp @@ -30,7 +30,6 @@ #include <sstream> #include <numeric> -#include <boost/utility/value_init.hpp> #include <boost/interprocess/detail/atomic.hpp> #include <boost/algorithm/string.hpp> #include "misc_language.h" |
