aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2017-02-28 12:15:04 +0100
committerWladimir J. van der Laan <[email protected]>2017-02-28 12:29:43 +0100
commitc322fa472efa081068dbbcf9ccb5ca4342a41d2e (patch)
treeec9003b894f5fa00aad738dc1a0e8c877c688694 /src
parentMerge #9867: Replace remaining sprintf with snprintf (diff)
parentRemove nonsense #undef foreach (diff)
downloaddiscoin-c322fa472efa081068dbbcf9ccb5ca4342a41d2e.tar.xz
discoin-c322fa472efa081068dbbcf9ccb5ca4342a41d2e.zip
Merge #9732: [Trivial] Remove nonsense #undef foreach
467df39 Remove nonsense #undef foreach (John Newbery) Tree-SHA512: b8c3c6654eb8a9e5008a1923bee46f7ef9f8216c8f4f1b4662d82c26410ca8d8afe41e24e48a3e2e8b2a25c81c33795a4073dabfe357caf0aa820519d4fffc71
Diffstat (limited to 'src')
-rw-r--r--src/txmempool.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index a7ecb6439..8a8039ded 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"