aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-12-02 19:55:10 +0000
committerfanquake <fanquake@gmail.com>2020-01-03 18:33:08 +0800
commitb9f1bc0fc17a3a457b2c1fcd47dd0b676b893558 (patch)
tree9408d8da4a72cd10edf13088a1c3492b47f633c1 /src
parenta284bbbee805cd03664fd27656795a9f7d3eeca7 (diff)
downloadbitcoin-b9f1bc0fc17a3a457b2c1fcd47dd0b676b893558.tar.xz
wallet: unbreak with boost 1.72
wallet/walletutil.cpp:77:23: error: no member named 'level' in 'boost::filesystem::recursive_directory_iterator' } else if (it.level() == 0 && it->symlink_status().type() == fs::regular_file && IsBerkeleyBtree(it... ~~ ^ Github-Pull: #17654 Rebased-From: a64e97dd476bda7c7981979d045b0d06d6f7ce47
Diffstat (limited to 'src')
-rw-r--r--src/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs.h b/src/fs.h
index c713297d6e..8af81f173b 100644
--- a/src/fs.h
+++ b/src/fs.h
@@ -11,7 +11,6 @@
#include <ext/stdio_filebuf.h>
#endif
-#define BOOST_FILESYSTEM_NO_DEPRECATED
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>