Removed the term count stuff from all rsets, and fixed what ever that broke.
[idzebra-moved-to-github.git] / include / rsnull.h
index 6970455..ae0e546 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: rsnull.h,v 1.5 2002-08-02 19:26:55 adam Exp $
+/* $Id: rsnull.h,v 1.6 2004-08-20 14:44:45 heikki Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
    Index Data Aps
 
@@ -35,7 +35,6 @@ typedef struct rset_null_parms
 {
     int     key_size;
     char   *temp_path;
-    RSET_TERM rset_term;    
 } rset_null_parms;
 
 extern const struct rset_control *rset_kind_null;