From 8ef616ca80246e5c104c5212af0c28ab2412b9d4 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Mon, 1 Feb 2010 23:03:02 +0000 Subject: fix unused variable warnings, remove unused code. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905438 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_httpd.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/couchdb/couch_httpd.erl') diff --git a/src/couchdb/couch_httpd.erl b/src/couchdb/couch_httpd.erl index a36782db..856ab2a4 100644 --- a/src/couchdb/couch_httpd.erl +++ b/src/couchdb/couch_httpd.erl @@ -278,7 +278,7 @@ accepted_encodings(#httpd{mochi_req=MochiReq}) -> EncList end. -serve_file(#httpd{mochi_req=MochiReq}=Req, RelativePath, DocumentRoot) -> +serve_file(Req, RelativePath, DocumentRoot) -> serve_file(Req, RelativePath, DocumentRoot, []). serve_file(#httpd{mochi_req=MochiReq}=Req, RelativePath, DocumentRoot, ExtraHeaders) -> -- cgit v1.2.3