From 2ca97804ed5e3dc00d4da78c37b8755c57952b9e Mon Sep 17 00:00:00 2001 From: Adam Kocoloski Date: Wed, 9 Jun 2010 16:59:55 -0400 Subject: remove unused module --- ebin/chttpd.app | 1 - src/chttpd_server.erl | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 src/chttpd_server.erl 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 -- cgit v1.2.3