Removed unused declaration in bind_to_intercface()
This commit is contained in:
parent
614a03c886
commit
82706970cf
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ static bool bind_to_interface(int sd) {
|
|||
return false;
|
||||
}
|
||||
#else /* if !defined(SOL_SOCKET) || !defined(SO_BINDTODEVICE) */
|
||||
UNUSED(sd);
|
||||
logger(DEBUG_ALWAYS, LOG_WARNING, "%s not supported on this platform", "BindToInterface");
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue