diff options
Diffstat (limited to 'src/chttpd_sup.erl')
-rw-r--r-- | src/chttpd_sup.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chttpd_sup.erl b/src/chttpd_sup.erl index c710ec37..4786350b 100644 --- a/src/chttpd_sup.erl +++ b/src/chttpd_sup.erl @@ -4,8 +4,6 @@ -export([start_link/1]). --include("chttpd.hrl"). - start_link(Args) -> supervisor:start_link({local,?MODULE}, ?MODULE, Args). |