Skip to content

Commit

Permalink
Clean up: remove the application module which we don't need for a lib…
Browse files Browse the repository at this point in the history
…rary.

This is not like the `crypto` subsystem, where a runner is needed to keep the
crypto system up and running. Rather, we can run without an application runner.
  • Loading branch information
jlouis committed Nov 25, 2014
1 parent f64e62d commit 3cbff94
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion src/enacl.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
{vsn, "0.0.1"},
{registered, []},
{applications, [kernel, stdlib]},
{mod, {enacl_app, []}},
{env, []}
]}.
10 changes: 0 additions & 10 deletions src/enacl_app.erl

This file was deleted.

1 change: 1 addition & 0 deletions src/enacl_nif.erl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
%%% @doc module enacl_nif provides the low-level interface to the NaCl/Sodium NIFs.
%%% @end
%%% @private
-module(enacl_nif).

%% Public key auth
Expand Down

0 comments on commit 3cbff94

Please sign in to comment.