diff options
-rw-r--r-- | ebin/chttpd.app | 1 | ||||
-rw-r--r-- | src/chttpd_server.erl | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/ebin/chttpd.app b/ebin/chttpd.app index 445b0969..679f61cc 100644 --- a/ebin/chttpd.app +++ b/ebin/chttpd.app @@ -9,7 +9,6 @@ chttpd_external, chttpd_misc, chttpd_oauth, - chttpd_server, chttpd_show, chttpd_stats, chttpd_sup, diff --git a/src/chttpd_server.erl b/src/chttpd_server.erl deleted file mode 100644 index 77fb5410..00000000 --- a/src/chttpd_server.erl +++ /dev/null @@ -1,3 +0,0 @@ --module(chttpd_server). - --include("chttpd.hrl").
\ No newline at end of file |