summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/bootstrap_hash.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/bootstrap_hash.c b/Python/bootstrap_hash.c
index 86a1691..92f2301 100644
--- a/Python/bootstrap_hash.c
+++ b/Python/bootstrap_hash.c
@@ -4,9 +4,6 @@
#include "pycore_pylifecycle.h" // _PyOS_URandomNonblock()
#include "pycore_runtime.h" // _PyRuntime
-#undef HAVE_GETRANDOM
-#undef HAVE_GETENTROPY
-
#ifdef HAVE_UNISTD_H
# include <unistd.h> // close()
#endif