X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fzebraapi.c;h=f54589b27858f97b7de6e376b2e050f9b80a8e1a;hp=c944c9626c7298b8c3cd959dd9364323d28ad7e5;hb=2c381d0b592241769db6e2b599e60c1712604a57;hpb=396e9aaedfbed7534e329b42475cd7abe2fd3814 diff --git a/index/zebraapi.c b/index/zebraapi.c index c944c96..f54589b 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -1,4 +1,4 @@ -/* $Id: zebraapi.c,v 1.228 2006-09-21 20:22:34 adam Exp $ +/* $Id: zebraapi.c,v 1.229 2006-09-29 07:05:44 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -2027,9 +2027,6 @@ static ZEBRA_RES zebra_commit_ex(ZebraHandle zh, int clean_only) yaz_log (YLOG_DEBUG, "commit start"); bf_commitExec (bfs); -#ifndef WIN32 - sync (); -#endif } seqno++; zebra_set_state (zh, 'o', seqno);