From f270257be7d0f15e0db84de4de351e0b25c0c0d3 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 10 Sep 2009 15:17:17 +0000 Subject: [PATCH] Remove the unused seq_info.uptime member. --- global_structures.h | 1 - 1 file changed, 1 deletion(-) diff --git a/global_structures.h b/global_structures.h index 3e81097f1..465d83ae3 100644 --- a/global_structures.h +++ b/global_structures.h @@ -194,7 +194,6 @@ struct timeout_info { struct seq_info { int responses; int ts_seqclass; /* TS_SEQ_* defines in nmap.h */ - time_t uptime; /* time of latest system boot (or 0 if unknown ) */ int ipid_seqclass; /* IPID_SEQ_* defines in nmap.h */ u32 seqs[NUM_SEQ_SAMPLES]; u32 timestamps[NUM_SEQ_SAMPLES];