summaryrefslogtreecommitdiff
path: root/src/tools/httpd_inets.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-06-11 16:59:56 +0200
committerLinus Nordberg <linus@nordberg.se>2014-06-11 16:59:56 +0200
commit68474f524989a616d1af5a3d1eba7534ce37fea4 (patch)
tree9ce204ae14be2e69820fbd1f47c62e5de2131805 /src/tools/httpd_inets.erl
parentc238e8aa3a472ebc9546c88f1291b325d11e85b0 (diff)
Remove unused stuff.
Diffstat (limited to 'src/tools/httpd_inets.erl')
-rw-r--r--src/tools/httpd_inets.erl8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tools/httpd_inets.erl b/src/tools/httpd_inets.erl
deleted file mode 100644
index 161d0f5..0000000
--- a/src/tools/httpd_inets.erl
+++ /dev/null
@@ -1,8 +0,0 @@
--module('httpd_inets').
--export([hello/3]).
-
-hello(SessionID, _Env, _Input) ->
- mod_esi:deliver(SessionID, [
- "Content-Type: text/html\r\n\r\n",
- "<html><body>hello, erlang world</body></html>"
- ]).