diff --git a/rebar.config b/rebar.config index a7e68cf9a..abc1ff65d 100644 --- a/rebar.config +++ b/rebar.config @@ -158,9 +158,6 @@ {if_not_rebar3, {if_version_above, "22", {add, [{port_env, [{"ERL_LDFLAGS", " -L$ERL_EI_LIBDIR -lei"}]}]}}}, {del, [{erl_opts, [warnings_as_errors]}]}]}. -{post_hooks, [{'get-deps', "cp tools/enc deps/jiffy/"}]}. -{post_hooks, [{'update-deps', "cp tools/enc deps/jiffy/"}]}. - {post_hook_configure, [{"fast_tls", []}, {"stringprep", []}, {"fast_yaml", []}, diff --git a/tools/enc b/tools/enc deleted file mode 100755 index af7ce9762..000000000 Binary files a/tools/enc and /dev/null differ