Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 66063 invoked from network); 19 Feb 2011 15:49:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Feb 2011 15:49:47 -0000 Received: (qmail 47404 invoked by uid 500); 19 Feb 2011 15:49:47 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 47260 invoked by uid 500); 19 Feb 2011 15:49:43 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 47249 invoked by uid 99); 19 Feb 2011 15:49:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Feb 2011 15:49:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Feb 2011 15:49:37 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B149A2388A64; Sat, 19 Feb 2011 15:49:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1072364 - /couchdb/trunk/src/couchdb/couch_api_wrap_httpc.erl Date: Sat, 19 Feb 2011 15:49:16 -0000 To: commits@couchdb.apache.org From: fdmanana@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110219154916.B149A2388A64@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fdmanana Date: Sat Feb 19 15:49:16 2011 New Revision: 1072364 URL: http://svn.apache.org/viewvc?rev=1072364&view=rev Log: Removed unused function clause Modified: couchdb/trunk/src/couchdb/couch_api_wrap_httpc.erl Modified: couchdb/trunk/src/couchdb/couch_api_wrap_httpc.erl URL: http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/couch_api_wrap_httpc.erl?rev=1072364&r1=1072363&r2=1072364&view=diff ============================================================================== --- couchdb/trunk/src/couchdb/couch_api_wrap_httpc.erl (original) +++ couchdb/trunk/src/couchdb/couch_api_wrap_httpc.erl Sat Feb 19 15:49:16 2011 @@ -210,8 +210,6 @@ do_report_error(FullUrl, Method, Error) [Method, FullUrl, error_cause(Error)]). -error_cause({throw, {error, Cause}}) -> - lists:flatten(io_lib:format("~p", [Cause])); error_cause({error, Cause}) -> lists:flatten(io_lib:format("~p", [Cause])); error_cause(Cause) ->