Removed unnecessary begin/end trans around zebra_repository_update
authorHeikki Levanto <heikki@indexdata.dk>
Fri, 13 Sep 2002 11:03:46 +0000 (11:03 +0000)
committerHeikki Levanto <heikki@indexdata.dk>
Fri, 13 Sep 2002 11:03:46 +0000 (11:03 +0000)
(they are already in main, where they belong)

index/zebraapi.c

index a63546a..404b3db 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraapi.c,v 1.70 2002-09-06 10:28:02 adam Exp $
+/* $Id: zebraapi.c,v 1.71 2002-09-13 11:03:46 heikki Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
    Index Data Aps
 
@@ -1211,10 +1211,8 @@ void zebra_end_trans (ZebraHandle zh)
 
 void zebra_repository_update (ZebraHandle zh)
 {
-    zebra_begin_trans (zh);
     logf (LOG_LOG, "updating %s", zh->rGroup.path);
     repositoryUpdate (zh);    
-    zebra_end_trans (zh);
 }
 
 void zebra_repository_delete (ZebraHandle zh)