Updated Branches: refs/heads/master 87f42a682 -> b332a47fd
Remove unused imports Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/b332a47f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/b332a47f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/b332a47f Branch: refs/heads/master Commit: b332a47fdf547edbceaf25007d63de8438185657 Parents: 87f42a6 Author: bitdiddle <[email protected]> Authored: Tue Mar 13 07:55:09 2012 -0400 Committer: bitdiddle <[email protected]> Committed: Tue Mar 13 07:55:09 2012 -0400 ---------------------------------------------------------------------- src/couchdb/couch_httpd_db.erl | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/b332a47f/src/couchdb/couch_httpd_db.erl ---------------------------------------------------------------------- diff --git a/src/couchdb/couch_httpd_db.erl b/src/couchdb/couch_httpd_db.erl index 981c6a1..de39b9e 100644 --- a/src/couchdb/couch_httpd_db.erl +++ b/src/couchdb/couch_httpd_db.erl @@ -20,8 +20,7 @@ -import(couch_httpd, [send_json/2,send_json/3,send_json/4,send_method_not_allowed/2, - send_response/4,start_json_response/2,start_json_response/3, - send_chunk/2,last_chunk/1,end_json_response/1, + start_json_response/2,send_chunk/2,last_chunk/1,end_json_response/1, start_chunked_response/3, absolute_uri/2, send/2, start_response_length/4, send_error/4]).
