From 8fb6f59113332e5fde00e0610521939d2352a135 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 7 Feb 2019 16:54:36 +0100 Subject: [PATCH] [#447,!222] Removed unused function as a result of review. --- src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc index 3caa993a64..0aa5a37503 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc @@ -119,17 +119,6 @@ public: explicit MySqlConfigBackendDHCPv4Impl(const DatabaseConnection::ParameterMap& parameters); - /// @brief Sends query to insert an audit entry. - /// - /// @param in_bindings Collection of bindings representing an option. - void insertAuditEntry4(const MySqlBindingCollection& /* in_bindings */) { - // Fetch unique identifier of the inserted option. - uint64_t id = mysql_insert_id(conn_.mysql_); - - // Create bindings needed to insert association of that option with - // a server into the dhcp4_options_server table. - } - /// @brief Sends query to retrieve multiple global parameters. /// /// @param index Index of the query to be used. -- 2.47.2