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/09/12 20:08:59 UTC

[couchdb] 16/28: 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 4a38f73d0fe8d1c296b9bf89e245769cd2a5c99b
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 af13f7a..798543e 100644
--- a/src/couch/src/couch_bt_engine.erl
+++ b/src/couch/src/couch_bt_engine.erl
@@ -833,8 +833,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>.