Removed the VOLATILE flag from rsets
[idzebra-moved-to-github.git] / rset / rsisamc.c
index 6c26e89..681868b 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: rsisamc.c,v 1.18 2004-08-20 14:44:46 heikki Exp $
+/* $Id: rsisamc.c,v 1.19 2004-08-23 12:38:53 heikki Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -74,7 +74,6 @@ static void *r_create(RSET ct, const struct rset_control *sel, void *parms)
     rset_isamc_parms *pt = (rset_isamc_parms *) parms;
     struct rset_isamc_info *info;
 
-    ct->flags |= RSET_FLAG_VOLATILE;
     info = (struct rset_isamc_info *) xmalloc (sizeof(*info));
     info->is = pt->is;
     info->pos = pt->pos;