aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-02-09 13:59:56 -0500
committerJohn Newbery <john@johnnewbery.com>2017-02-09 14:00:02 -0500
commit467df390f0a620859c46e49d0894b0b7f8dc55ad (patch)
treea3bbdce7580ccbee2a9e96ed51009174cc5da789 /src/txmempool.h
parent729de15b6365face6ae9e12a03624da33a6302f0 (diff)
downloadbitcoin-467df390f0a620859c46e49d0894b0b7f8dc55ad.tar.xz
Remove nonsense #undef foreach
This commit removes a preprocessor #undef for a macro that was never defined. Should make no difference to compiled code.
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 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"