libDtSearch: Resolve 137 -Wunused-variable warnings.

This commit is contained in:
Peter Howkins
2012-11-12 17:13:36 +00:00
parent 9040256676
commit 43cfaeaa65
16 changed files with 14 additions and 44 deletions

View File

@@ -256,7 +256,6 @@ BAD_DBA:
static void calculate_idfs (void)
{
int i;
char *cptr;
double dbl;
for (i = 0; i < saveusr.stemcount; i++) {
@@ -1084,7 +1083,7 @@ static DB_ADDR read_d99 (struct or_hwordrec *wordrec)
static DB_ADDR readbuf [DBAS_PER_BLOCK];
static DB_ADDR *bufptr, *endbuf;
static FILE *fptr;
static long bal_read, request_read, actual_read;
static long bal_read, request_read;
/* First call for new term */
if (wordrec) {