aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2017-02-28 12:15:04 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2017-02-28 12:29:43 +0100
commitc322fa472efa081068dbbcf9ccb5ca4342a41d2e (patch)
treeec9003b894f5fa00aad738dc1a0e8c877c688694 /src/txmempool.h
parentf5ef8e9dd29cd927e21cbc6c45c773ad43b121b2 (diff)
parent467df390f0a620859c46e49d0894b0b7f8dc55ad (diff)
downloadbitcoin-c322fa472efa081068dbbcf9ccb5ca4342a41d2e.tar.xz
Merge #9732: [Trivial] Remove nonsense #undef foreach
467df39 Remove nonsense #undef foreach (John Newbery) Tree-SHA512: b8c3c6654eb8a9e5008a1923bee46f7ef9f8216c8f4f1b4662d82c26410ca8d8afe41e24e48a3e2e8b2a25c81c33795a4073dabfe357caf0aa820519d4fffc71
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index a7ecb64390..8a8039ded1 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -20,7 +20,6 @@
#include "sync.h"
#include "random.h"
-#undef foreach
#include "boost/multi_index_container.hpp"
#include "boost/multi_index/ordered_index.hpp"
#include "boost/multi_index/hashed_index.hpp"