From f51d2e09476fe83d884436062ead4b084883c400 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Tue, 28 Feb 2017 12:15:04 +0100 Subject: [PATCH] Merge #9732: [Trivial] Remove nonsense #undef foreach 467df39 Remove nonsense #undef foreach (John Newbery) Tree-SHA512: b8c3c6654eb8a9e5008a1923bee46f7ef9f8216c8f4f1b4662d82c26410ca8d8afe41e24e48a3e2e8b2a25c81c33795a4073dabfe357caf0aa820519d4fffc71 --- src/txmempool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/txmempool.h b/src/txmempool.h index a4cbafd6e5ab0..0b9507b8aad3c 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -24,7 +24,6 @@ #include "netaddress.h" #include "bls/bls.h" -#undef foreach #include "boost/multi_index_container.hpp" #include "boost/multi_index/ordered_index.hpp" #include "boost/multi_index/hashed_index.hpp"