From: Marcin Siodelski Date: Thu, 7 Feb 2019 15:54:36 +0000 (+0100) Subject: [#447,!222] Removed unused function as a result of review. X-Git-Tag: 458-config-backend-support-in-src-lib_base~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb6f59113332e5fde00e0610521939d2352a135;p=thirdparty%2Fkea.git [#447,!222] Removed unused function as a result of review. --- 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.