Browse Source

modules/dnssec: removed unused variable

Marius Zbihlei 12 years ago
parent
commit
a5a7d62271
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules/dnssec/dnssec_mod.c

+ 0 - 1
modules/dnssec/dnssec_mod.c

@@ -49,7 +49,6 @@ static int dnssec_exit(void);
 
 
 /* parameters */
-static int time_unit = 2;
 
 /* global variables */
 gen_lock_t*             timer_lock=0;