aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl_port_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysqlerl_port_sup.erl')
-rw-r--r--src/mysqlerl_port_sup.erl5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mysqlerl_port_sup.erl b/src/mysqlerl_port_sup.erl
index 3053cdc..f215d48 100644
--- a/src/mysqlerl_port_sup.erl
+++ b/src/mysqlerl_port_sup.erl
@@ -3,13 +3,8 @@
-behavior(supervisor).
--export([start_link/7]).
-export([init/1]).
-start_link(Cmd, Host, Port, Database, User, Password, Options) ->
- supervisor:start_link(?MODULE, [Cmd, Host, Port, Database,
- User, Password, Options]).
-
init([Cmd, Host, Port, Database, User, Password, Options]) ->
Ref = {mysqlerl_port, {mysqlerl_port, start_link,
[Cmd, Host, Port, Database,