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
Jeffrey Walton 2018-03-28 13:06:16 -04:00
parent 69915e1755
commit 8c5abe604a
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 2 deletions

View File

@ -58,8 +58,6 @@
#include <iostream> #include <iostream>
#include <iomanip> #include <iomanip>
#undef BLOCKING_RNG_AVAILABLE
#include "validate.h" #include "validate.h"
// Aggressive stack checking with VS2005 SP1 and above. // Aggressive stack checking with VS2005 SP1 and above.