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:
parent
3a7d089d0a
commit
f36c7ecb9e
@ -19,7 +19,7 @@ extern "C" {
|
|||||||
///
|
///
|
||||||
/// @param handle library handle
|
/// @param handle library handle
|
||||||
/// @return 0 when initialization is successful, 1 otherwise
|
/// @return 0 when initialization is successful, 1 otherwise
|
||||||
int load(LibraryHandle& handle) {
|
int load(LibraryHandle& /* handle */) {
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user