[NeoStats-Devel] [Commits] r81 - branches/3.0
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: Mark
Date: Fri May 6 06:29:32 2005
New Revision: 81
Modified:
branches/3.0/TriviaServ.c
Log:
remove unused variable
Modified: branches/3.0/TriviaServ.c
==============================================================================
--- branches/3.0/TriviaServ.c (original)
+++ branches/3.0/TriviaServ.c Fri May 6 06:29:32 2005
@@ -462,7 +462,6 @@
TriviaChan *tc;
hscan_t hs;
hnode_t *hnodes;
- time_t timediff;
hash_scan_begin(&hs, tch);
while ((hnodes = hash_scan_next(&hs)) != NULL) {