From 467df390f0a620859c46e49d0894b0b7f8dc55ad Mon Sep 17 00:00:00 2001 From: John Newbery Date: Thu, 9 Feb 2017 13:59:56 -0500 Subject: Remove nonsense #undef foreach This commit removes a preprocessor #undef for a macro that was never defined. Should make no difference to compiled code. --- src/txmempool.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/txmempool.h') diff --git a/src/txmempool.h b/src/txmempool.h index db1a02455f..50d719a456 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" -- cgit v1.2.3