Skip to content

Commit

Permalink
Remove nonsense #undef foreach
Browse files Browse the repository at this point in the history
This commit removes a preprocessor #undef for a macro that was never
defined. Should make no difference to compiled code.
  • Loading branch information
John Newbery committed Feb 9, 2017
1 parent 729de15 commit 467df39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/txmempool.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 467df39

Please sign in to comment.