summaryrefslogtreecommitdiff
path: root/src/book.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/book.c')
-rwxr-xr-xsrc/book.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/book.c b/src/book.c
index eaa4c48..1a5580b 100755
--- a/src/book.c
+++ b/src/book.c
@@ -1165,7 +1165,6 @@ Return value:
ULONG uCounter;
ULONG x;
double d;
- CHAR *szName = NULL;
FLAG fOldValue = g_Options.fShouldAnnounceOpening;
g_Options.fShouldAnnounceOpening = FALSE;
@@ -1265,7 +1264,6 @@ Return value:
(bvFlags & BOOKMOVE_SELECT_MOVE))
{
mvBook = entry.mvNext;
- szName = szNames[uMoveNum];
goto end;
}
@@ -1310,7 +1308,6 @@ Return value:
_BookRead(&entry);
mvBook = entry.mvNext;
ASSERT(uBestIndex >= uLow);
- szName = szNames[uBestIndex - uLow];
goto end;
}
}
@@ -1368,7 +1365,6 @@ Return value:
_BookSeek(uLow + uIndex);
_BookRead(&entry);
mvBook = entry.mvNext;
- szName = szNames[uIndex];
goto end;
}
}
@@ -1899,7 +1895,6 @@ Return value:
**/
{
- ULONG i;
int ifd;
CHAR *szTempBook = "tempbook.bin";
CHAR szCmd[SMALL_STRING_LEN_CHAR];
@@ -1917,8 +1912,6 @@ Return value:
{
return(FALSE);
}
- i = g_uMemBookCount;
-
//
// Drops all book entries with less than limit occurrances
//