]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#103,!277] Fixed unused variable warning.
authorMarcin Siodelski <marcin@isc.org>
Thu, 21 Mar 2019 14:43:28 +0000 (15:43 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 26 Mar 2019 07:08:56 +0000 (03:08 -0400)
src/lib/process/tests/cb_ctl_base_unittests.cc

index f1540537565665f3d95189688c9f5a48e1ccc77f..b9d1f365e3569f4e269b8755fbe64881d4512f80 100644 (file)
@@ -37,13 +37,12 @@ public:
 
     /// @brief Retrieves the audit entries later than specified time.
     ///
-    /// @param server_selector Server selector.
     /// @param modification_time The lower bound time for which audit
     /// entries should be returned.
     ///
     /// @return Collection of audit entries later than specified time.
     virtual db::AuditEntryCollection
-    getRecentAuditEntries(const db::ServerSelector& server_selector,
+    getRecentAuditEntries(const db::ServerSelector&,
                           const boost::posix_time::ptime& modification_time) const {
         db::AuditEntryCollection filtered_entries;