Reap a #define

This commit is contained in:
Jesper Louis Andersen 2020-01-20 15:38:42 +01:00
parent bf6fb6cf7b
commit a5e66ff204

View File

@ -14,8 +14,6 @@
#include "secret.h"
#include "sign.h"
#define CRYPTO_SIGN_STATE_RESOURCE "crypto_sign_state"
#ifdef ERL_NIF_DIRTY_JOB_CPU_BOUND
#define erl_nif_dirty_job_cpu_bound_macro(a, b, c) \
{ a, b, c, ERL_NIF_DIRTY_JOB_CPU_BOUND }