diff options
| author | John Newbery <[email protected]> | 2017-02-09 13:59:56 -0500 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2017-02-09 14:00:02 -0500 |
| commit | 467df390f0a620859c46e49d0894b0b7f8dc55ad (patch) | |
| tree | a3bbdce7580ccbee2a9e96ed51009174cc5da789 /src | |
| parent | Merge #9604: [Trivial] add comment about setting peer as HB peer. (diff) | |
| download | discoin-467df390f0a620859c46e49d0894b0b7f8dc55ad.tar.xz discoin-467df390f0a620859c46e49d0894b0b7f8dc55ad.zip | |
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')
| -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 db1a02455..50d719a45 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" |