From: Adam Dickmeiss Date: Tue, 10 Oct 2006 10:19:28 +0000 (+0000) Subject: Removed unused local variables. X-Git-Tag: ZEBRA.2.0.6~99 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=3fc87bc9adc573a29b4261a6c96c5350d8680a5a Removed unused local variables. --- diff --git a/bfile/bfile.c b/bfile/bfile.c index 72d1b14..b05fc1d 100644 --- a/bfile/bfile.c +++ b/bfile/bfile.c @@ -1,4 +1,4 @@ -/* $Id: bfile.c,v 1.49 2006-10-09 22:10:00 adam Exp $ +/* $Id: bfile.c,v 1.50 2006-10-10 10:19:28 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -363,13 +363,7 @@ void bf_commitExec (BFiles bfs) void bf_commitClean (BFiles bfs, const char *spec) { - FILE *inf; - int block_size; - char path[256]; - MFile mf; - CFile cf; int mustDisable = 0; - int firstTime; if (!bfs->commit_area) { diff --git a/bfile/mfile.c b/bfile/mfile.c index 06d4781..5f05473 100644 --- a/bfile/mfile.c +++ b/bfile/mfile.c @@ -1,4 +1,4 @@ -/* $Id: mfile.c,v 1.68 2006-10-09 22:10:00 adam Exp $ +/* $Id: mfile.c,v 1.69 2006-10-10 10:19:28 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -297,7 +297,6 @@ MFile_area mf_init(const char *name, const char *spec, const char *base) void mf_destroy(MFile_area ma) { mf_dir *dp; - meta_file *meta_f; if (!ma) return;