X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=rset%2Frsisamb.c;h=a7f2b49244cfff922d2c36e52b8ede651ea3b6d2;hb=6ec32a146d639c16e9929435fdbfd8d915e918b3;hp=cd16cba9abba8f2ebb6d573498663a22104fcd5c;hpb=726c42c6ae793b79a5351d2fce805d220d21321e;p=idzebra-moved-to-github.git diff --git a/rset/rsisamb.c b/rset/rsisamb.c index cd16cba..a7f2b49 100644 --- a/rset/rsisamb.c +++ b/rset/rsisamb.c @@ -1,4 +1,4 @@ -/* $Id: rsisamb.c,v 1.22 2004-09-09 10:08:06 heikki Exp $ +/* $Id: rsisamb.c,v 1.23 2004-09-30 09:53:05 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -33,7 +33,6 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA static RSFD r_open (RSET ct, int flag); static void r_close (RSFD rfd); static void r_delete (RSET ct); -static void r_rewind (RSFD rfd); static int r_forward(RSFD rfd, void *buf, const void *untilbuf); static void r_pos (RSFD rfd, double *current, double *total); static int r_read (RSFD rfd, void *buf); @@ -45,7 +44,6 @@ static const struct rset_control control = r_delete, r_open, r_close, - r_rewind, r_forward, r_pos, r_read, @@ -112,12 +110,6 @@ static void r_close (RSFD rfd) } -static void r_rewind (RSFD rfd) -{ - logf (LOG_DEBUG, "rsisamb_rewind"); - abort (); -} - static int r_forward(RSFD rfd, void *buf, const void *untilbuf) { struct rset_pp_info *pinfo=(struct rset_pp_info *)(rfd->priv);