From: Howard Chu Date: Wed, 10 Nov 2004 01:29:51 +0000 (+0000) Subject: Delete incorrect comments X-Git-Tag: OPENLDAP_REL_ENG_2_3_0ALPHA~354 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=73a666778e93582a0f72bdfb545bcdbc80ecfc27;p=openldap Delete incorrect comments --- diff --git a/servers/slapd/back-bdb/back-bdb.h b/servers/slapd/back-bdb/back-bdb.h index 115b9e532b..5d10e3a446 100644 --- a/servers/slapd/back-bdb/back-bdb.h +++ b/servers/slapd/back-bdb/back-bdb.h @@ -124,13 +124,7 @@ typedef struct bdb_entry_info { typedef struct bdb_cache { int c_maxsize; int c_cursize; - int c_eiused; -/* c_eiused shows how many EntryInfos are in use. It should - * also equal the length of the LRU list, i.e., everything now lives - * on the LRU list. c_cursize shows how many Entries are attached. - * c_cursize will be <= c_eiused because internal nodes of the DIT - * will be retained in memory as long as their children are in use. - */ + int c_eiused; /* EntryInfo's in use */ EntryInfo c_dntree; EntryInfo *c_eifree; /* free list */ Avlnode *c_idtree;