Remove '#undef BLOCKING_RNG_AVAILABLE' from validate.cpp
This was for testing on low-resource ARM dev-boards. It accidentally cross-pollinated into other systems.pull/611/head
parent
69915e1755
commit
8c5abe604a
|
|
@ -58,8 +58,6 @@
|
|||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
#undef BLOCKING_RNG_AVAILABLE
|
||||
|
||||
#include "validate.h"
|
||||
|
||||
// Aggressive stack checking with VS2005 SP1 and above.
|
||||
|
|
|
|||
Loading…
Reference in New Issue