diff options
author | John Newbery <john@johnnewbery.com> | 2017-02-09 13:59:56 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-02-09 14:00:02 -0500 |
commit | 467df390f0a620859c46e49d0894b0b7f8dc55ad (patch) | |
tree | a3bbdce7580ccbee2a9e96ed51009174cc5da789 /src/txmempool.h | |
parent | 729de15b6365face6ae9e12a03624da33a6302f0 (diff) |
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.h | 1 |
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" |