Removed the term count stuff from all rsets, and fixed what ever that broke.
[idzebra-moved-to-github.git] / include / rsisams.h
index 6fa58c9..e0a51e6 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: rsisams.h,v 1.2 2002-08-02 19:26:55 adam Exp $
+/* $Id: rsisams.h,v 1.3 2004-08-20 14:44:45 heikki Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
    Index Data Aps
 
@@ -38,7 +38,6 @@ typedef struct rset_isams_parms
 {
     ISAMS is;
     ISAMS_P pos;
-    RSET_TERM rset_term;
 } rset_isams_parms;
 
 #ifdef __cplusplus