X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Flockutil.c;h=cbfbb97ce3c0c40019d96f53e7648ab1af4fae5e;hp=db8c1482f0d1909d82db55cbe089970d7bc00516;hb=2b1851bd5565e3d21f9cf9a37661a584c063b75f;hpb=4ac7ffc88f998c27874b19511a3294e0addfc4ec diff --git a/index/lockutil.c b/index/lockutil.c index db8c148..cbfbb97 100644 --- a/index/lockutil.c +++ b/index/lockutil.c @@ -3,7 +3,7 @@ * All rights reserved. * Sebastian Hammer, Adam Dickmeiss * - * $Id: lockutil.c,v 1.14 2002-03-21 10:25:42 adam Exp $ + * $Id: lockutil.c,v 1.15 2002-04-04 14:14:13 adam Exp $ */ #include #include @@ -61,7 +61,6 @@ char *zebra_mk_fname (const char *dir, const char *name) ZebraLockHandle zebra_lock_create (const char *dir, const char *name, int excl_flag) { - int dlen = dir ? strlen(dir) : 0; char *fname = zebra_mk_fname(dir, name); ZebraLockHandle h = (ZebraLockHandle) xmalloc (sizeof(*h));