(demand_check): Remove dead code.

This commit is contained in:
Markus Armbruster 2007-07-11 21:35:47 +00:00
parent b8a1833438
commit 15f8f48353

View file

@ -150,9 +150,6 @@ demand_check(void)
struct natstr *natp; struct natstr *natp;
int want, pop, cn, veto; int want, pop, cn, veto;
time_t now; time_t now;
time_t cur;
time(&cur);
demand_update_want(&want, &pop, 0); demand_update_want(&want, &pop, 0);
if (want < update_wantmin) { if (want < update_wantmin) {