You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2017/05/30 18:43:17 UTC

[couchdb] 10/13: Remove unused function clause

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch COUCHDB-3287-pluggable-storage-engines
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 6ef99bd9f58220cde4cd526a008c760b458dac19
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Tue May 30 11:35:31 2017 -0500

    Remove unused function clause
---
 src/couch/src/couch_bt_engine.erl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/couch/src/couch_bt_engine.erl b/src/couch/src/couch_bt_engine.erl
index a5318cd..ca98d01 100644
--- a/src/couch/src/couch_bt_engine.erl
+++ b/src/couch/src/couch_bt_engine.erl
@@ -827,8 +827,6 @@ reduce_sizes(S1, S2) ->
     reduce_sizes(US1, US2).
 
 
-active_size(#st{} = St, Size) when is_integer(Size) ->
-    active_size(St, #size_info{active=Size});
 active_size(#st{} = St, #size_info{} = SI) ->
     Trees = [
         St#st.id_tree,

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.