The test macro for dirty schedulers are gone in 19.x Erlang/OTP

Remove it from the code, making the code able to compile.
This commit is contained in:
Jesper Louis Andersen 2016-05-16 19:17:04 +02:00
parent 8728c2cc10
commit 2ee171bcbf

View File

@ -4,10 +4,6 @@
#include <sodium.h>
#ifndef ERL_NIF_DIRTY_SCHEDULER_SUPPORT
# error Requires dirty schedulers
#endif
/* Errors */
static
ERL_NIF_TERM nacl_error_tuple(ErlNifEnv *env, char *error_atom) {