You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by bi...@apache.org on 2011/11/18 02:33:24 UTC

git commit: Remove unused import

Updated Branches:
  refs/heads/master a7ddf8c1f -> c2fa181d3


Remove unused import


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c2fa181d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c2fa181d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c2fa181d

Branch: refs/heads/master
Commit: c2fa181d33f95e7fe7f74929c98e8ebb4f6c2285
Parents: a7ddf8c
Author: Bob Dionne <bi...@apache.org>
Authored: Thu Nov 17 20:29:53 2011 -0500
Committer: Bob Dionne <bi...@apache.org>
Committed: Thu Nov 17 20:29:53 2011 -0500

----------------------------------------------------------------------
 src/couchdb/couch_api_wrap.erl |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/c2fa181d/src/couchdb/couch_api_wrap.erl
----------------------------------------------------------------------
diff --git a/src/couchdb/couch_api_wrap.erl b/src/couchdb/couch_api_wrap.erl
index 7c3088a..2c57008 100644
--- a/src/couchdb/couch_api_wrap.erl
+++ b/src/couchdb/couch_api_wrap.erl
@@ -39,7 +39,6 @@
     ]).
 
 -import(couch_api_wrap_httpc, [
-    httpdb_setup/1,
     send_req/3
     ]).