Removed unused declaration in bind_to_intercface()

This commit is contained in:
thorkill 2015-07-05 00:32:11 +02:00
parent 614a03c886
commit 82706970cf

View file

@ -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