You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fd...@apache.org on 2010/09/04 15:58:54 UTC

svn commit: r992603 - /couchdb/branches/new_replicator/src/couchdb/couch_httpd_rep.erl

Author: fdmanana
Date: Sat Sep  4 13:58:54 2010
New Revision: 992603

URL: http://svn.apache.org/viewvc?rev=992603&view=rev
Log:
New replicator: clean up - don't import functions that aren't used.

Modified:
    couchdb/branches/new_replicator/src/couchdb/couch_httpd_rep.erl

Modified: couchdb/branches/new_replicator/src/couchdb/couch_httpd_rep.erl
URL: http://svn.apache.org/viewvc/couchdb/branches/new_replicator/src/couchdb/couch_httpd_rep.erl?rev=992603&r1=992602&r2=992603&view=diff
==============================================================================
--- couchdb/branches/new_replicator/src/couchdb/couch_httpd_rep.erl (original)
+++ couchdb/branches/new_replicator/src/couchdb/couch_httpd_rep.erl Sat Sep  4 13:58:54 2010
@@ -16,13 +16,9 @@
 -include("couch_api_wrap.hrl").
 
 -import(couch_httpd, [
-    send_json/2, send_json/3, send_json/4,
-    send/2,
-    send_method_not_allowed/2,
-    start_response_length/4,
-    start_json_response/2, start_json_response/3, end_json_response/1,
-    start_chunked_response/3, send_chunk/2, last_chunk/1,
-    absolute_uri/2
+    send_json/2,
+    send_json/3,
+    send_method_not_allowed/2
 ]).
     
 -export([handle_req/1]).