diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bsnmp-regex.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bsnmp-regex.c b/src/bsnmp-regex.c index a3a7385..dca188a 100644 --- a/src/bsnmp-regex.c +++ b/src/bsnmp-regex.c @@ -20,12 +20,6 @@ static const struct asn_oid oid_regex = OIDX_regexData; /* the Object Resource registration index */ static u_int reg_index; -/* last time we've fetch the peer list */ -static uint64_t peers_tick; - -/* request sequence number generator */ -static uint16_t seqno; - struct data_entry { uint32_t index; TAILQ_ENTRY(data_entry) link; |