Remove the obsolete rset public control variables. WS updates.
[idzebra-moved-to-github.git] / rset / rsisams.c
index b30df9c..95617f4 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: rsisams.c,v 1.20 2005-04-13 13:03:50 adam Exp $
+/* $Id: rsisams.c,v 1.21 2005-04-26 10:09:38 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -20,8 +20,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.
 */
 
-
-
 #include <stdio.h>
 #include <assert.h>
 #include <idzebra/util.h>
@@ -47,8 +45,6 @@ static const struct rset_control control =
     r_write,
 };
 
-const struct rset_control *rset_kind_isams = &control;
-
 struct rset_pp_info {
     ISAMS_PP pt;
 };