Skip to content

Commit

Permalink
removed debug NIF init body
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyrog committed Jan 8, 2013
1 parent f805b66 commit 667f98c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions c_src/cl_nif.c
Expand Up @@ -5156,9 +5156,11 @@ static void ecl_unload(ErlNifEnv* env, void* priv_data)
enif_free(ecl);
}

/*
#warning "testing only, REMOVE before release"
#define ERL_NIF_INIT_BODY \
DBG("erl_nif_init")
#define ERL_NIF_INIT_BODY \
DBG("erl_nif_init")
*/

ERL_NIF_INIT(cl, ecl_funcs,
ecl_load, ecl_reload,
Expand Down

0 comments on commit 667f98c

Please sign in to comment.