diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-02-28 12:15:04 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-02-28 12:29:43 +0100 |
commit | c322fa472efa081068dbbcf9ccb5ca4342a41d2e (patch) | |
tree | ec9003b894f5fa00aad738dc1a0e8c877c688694 /src/txmempool.h | |
parent | f5ef8e9dd29cd927e21cbc6c45c773ad43b121b2 (diff) | |
parent | 467df390f0a620859c46e49d0894b0b7f8dc55ad (diff) |
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.h | 1 |
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" |