]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1211] Fixed unused variable too (already signaled)
authorFrancis Dupont <fdupont@isc.org>
Fri, 8 May 2020 20:45:15 +0000 (22:45 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 15 Jun 2020 15:43:16 +0000 (15:43 +0000)
src/hooks/dhcp/mysql_cb/mysql_cb_impl.cc

index 8598fa49283fb14a3e530e302b7df0310d631e7b..39c43a9b38cbe7091d9dc03924cf50c50167766e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2018-2020 Internet Systems Consortium, Inc. ("ISC")
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -518,7 +518,7 @@ void
 MySqlConfigBackendImpl::createUpdateOptionDef(const db::ServerSelector& server_selector,
                                               const OptionDefinitionPtr& option_def,
                                               const std::string& space,
-                                              const int& get_option_def_code_space,
+                                              const int& /*get_option_def_code_space*/,
                                               const int& insert_option_def,
                                               const int& update_option_def,
                                               const int& create_audit_revision,