aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-05-13 17:52:14 +0200
committerpracticalswift <[email protected]>2017-05-13 17:59:09 +0200
commit1b936f59264a4f4a867baece1e0ee4ec02f73cee (patch)
treebee678b62d3ab3e0cda83144f0f2a8ddf25d777d /src/init.cpp
parentMerge #10308: [wallet] Securely erase potentially sensitive keys/values (diff)
downloaddiscoin-1b936f59264a4f4a867baece1e0ee4ec02f73cee.tar.xz
discoin-1b936f59264a4f4a867baece1e0ee4ec02f73cee.zip
Replace boost::function with std::function (C++11)
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 135fd469c..fff2bd2d2 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -59,7 +59,6 @@
#include <boost/algorithm/string/replace.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/bind.hpp>
-#include <boost/function.hpp>
#include <boost/interprocess/sync/file_lock.hpp>
#include <boost/thread.hpp>
#include <openssl/crypto.h>