summaryrefslogtreecommitdiff
path: root/src/testhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testhash.c')
-rw-r--r--src/testhash.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/testhash.c b/src/testhash.c
index a709fc6..6059a1b 100644
--- a/src/testhash.c
+++ b/src/testhash.c
@@ -110,7 +110,6 @@ Return value:
**/
{
ULONG uEntry;
- ULONG uLine;
ULONG uNumEntries = g_uHashTableSizeBytes / sizeof(HASH_ENTRY);
HASH_ENTRY *p;
ULONG uEmpty = 0;
@@ -121,16 +120,10 @@ Return value:
double d;
FLAG fUnique;
- uLine = 0;
for (uEntry = 0;
uEntry < uNumEntries;
uEntry++)
{
- if ((uEntry % NUM_HASH_ENTRIES_PER_LINE) == 0)
- {
- uLine++;
- }
-
p = &(g_pHashTable[uEntry]);
//