2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#93,!35] Commented another unused variable.

This commit is contained in:
Marcin Siodelski 2018-09-27 17:04:09 +02:00
parent 3a7d089d0a
commit f36c7ecb9e

View File

@ -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);
}