]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#447,!222] Removed unused function as a result of review. 447-problems-with-loading-libdhcp_mysql_cb-lib
authorMarcin Siodelski <marcin@isc.org>
Thu, 7 Feb 2019 15:54:36 +0000 (16:54 +0100)
committerMarcin Siodelski <marcin@isc.org>
Thu, 7 Feb 2019 15:54:36 +0000 (16:54 +0100)
src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc

index 3caa993a64fc76301ec7fd2f05b3406abb3cbf0b..0aa5a3750368a2bc02a56bc0fbc967177712f5bf 100644 (file)
@@ -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.