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/12/19 12:25:29 UTC

git commit: Remove unused records

Updated Branches:
  refs/heads/master 84510eb0d -> 8c700fb1a


Remove unused records


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

Branch: refs/heads/master
Commit: 8c700fb1a7d0bf4a8a37883a1d4d32cd2fd2726b
Parents: 84510eb
Author: Bob Dionne <bi...@apache.org>
Authored: Mon Dec 19 06:24:07 2011 -0500
Committer: Bob Dionne <bi...@apache.org>
Committed: Mon Dec 19 06:24:07 2011 -0500

----------------------------------------------------------------------
 src/couchdb/couch_db.hrl |   26 --------------------------
 1 files changed, 0 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/8c700fb1/src/couchdb/couch_db.hrl
----------------------------------------------------------------------
diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl
index cc97351..14556f8 100644
--- a/src/couchdb/couch_db.hrl
+++ b/src/couchdb/couch_db.hrl
@@ -235,32 +235,6 @@
     headers = []
 }).
 
--record(group, {
-    sig=nil,
-    fd=nil,
-    name,
-    def_lang,
-    design_options=[],
-    views,
-    lib,
-    id_btree=nil,
-    current_seq=0,
-    purge_seq=0,
-    query_server=nil,
-    waiting_delayed_commit=nil
-    }).
-
--record(view,
-    {id_num,
-    update_seq=0,
-    purge_seq=0,
-    map_names=[],
-    def,
-    btree=nil,
-    reduce_funs=[],
-    options=[]
-    }).
-
 -record(index_header,
     {seq=0,
     purge_seq=0,