Skip to content

Commit 3bb9627

Browse files
theStackfanquake
authored andcommitted
refactor: remove unused boost header include in bitcoin-util.cpp
This header was included since the introduction of bitcoin-util in commit 13762bc, but boost was actually never used (see `git log -S boost ./src/bitcoin-util.cpp`).
1 parent f10b24a commit 3bb9627

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bitcoin-util.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
#include <memory>
2323
#include <thread>
2424

25-
#include <boost/algorithm/string.hpp>
26-
2725
static const int CONTINUE_EXECUTION=-1;
2826

2927
const std::function<std::string(const char*)> G_TRANSLATION_FUN = nullptr;

0 commit comments

Comments
 (0)