From: Marcin Siodelski Date: Thu, 27 Sep 2018 15:04:09 +0000 (+0200) Subject: [#93,!35] Commented another unused variable. X-Git-Tag: 5-netconf-extend-syntax_base~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f36c7ecb9e218a337f8906cfd35eedbfdfe6d10f;p=thirdparty%2Fkea.git [#93,!35] Commented another unused variable. --- diff --git a/src/hooks/dhcp/mysql_cb/mysql_cb_callouts.cc b/src/hooks/dhcp/mysql_cb/mysql_cb_callouts.cc index 44df1e9676..ae96b773ef 100644 --- a/src/hooks/dhcp/mysql_cb/mysql_cb_callouts.cc +++ b/src/hooks/dhcp/mysql_cb/mysql_cb_callouts.cc @@ -19,7 +19,7 @@ extern "C" { /// /// @param handle library handle /// @return 0 when initialization is successful, 1 otherwise -int load(LibraryHandle& handle) { +int load(LibraryHandle& /* handle */) { return (0); }