summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-06-09 16:59:55 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-08-12 11:18:44 -0400
commit2ca97804ed5e3dc00d4da78c37b8755c57952b9e (patch)
treec94330b2558bb649805cabc469f2ea4a780bc0a4
parente9c2571947b21f8a5ba4da5ed52ab4f7d0a3b395 (diff)
remove unused module
-rw-r--r--ebin/chttpd.app1
-rw-r--r--src/chttpd_server.erl3
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