mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03:00
Remove nonsense #undef foreach
This commit removes a preprocessor #undef for a macro that was never defined. Should make no difference to compiled code.
This commit is contained in:
parent
729de15b63
commit
467df390f0
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
||||||
#include "sync.h"
|
#include "sync.h"
|
||||||
#include "random.h"
|
#include "random.h"
|
||||||
|
|
||||||
#undef foreach
|
|
||||||
#include "boost/multi_index_container.hpp"
|
#include "boost/multi_index_container.hpp"
|
||||||
#include "boost/multi_index/ordered_index.hpp"
|
#include "boost/multi_index/ordered_index.hpp"
|
||||||
#include "boost/multi_index/hashed_index.hpp"
|
#include "boost/multi_index/hashed_index.hpp"
|
||||||
|
|
Loading…
Reference in a new issue