From 3b1f4fb755824c4b035ee638f2cb0a010a27fe06 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 3 Jan 2009 22:17:21 +0000 Subject: [PATCH] Remove the unused HostScanStats::probes_outstanding_empty method. --- scan_engine.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/scan_engine.cc b/scan_engine.cc index 1dea549b5..93bcc3510 100644 --- a/scan_engine.cc +++ b/scan_engine.cc @@ -471,9 +471,6 @@ public: in this value. */ unsigned int num_probes_waiting_retransmit; unsigned int num_probes_outstanding() { return probes_outstanding.size(); } - /* Call this instead of checking for num_probes_outstanding() == 0 because it - avoids a potential traversal of the list to find the size. */ - unsigned int probes_outstanding_empty() { return probes_outstanding.empty(); } /* The bench is a stock of probes (compacted into just the probespec) that have met the current maximum tryno, and are on