]> git.tdb.fi Git - libs/net.git/commitdiff
Remove name from an unused variable
authorMikko Rasa <tdb@tdb.fi>
Sat, 21 Sep 2019 14:52:34 +0000 (17:52 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 21 Sep 2019 14:52:34 +0000 (17:52 +0300)
source/net/windows/socket.cpp

index a7268e85a65f46bd91e1d752dbfcba4c5fc450c6..5094cc45644f929d9deb436ccdf0efc27daf0be0 100644 (file)
@@ -70,7 +70,7 @@ void Socket::Private::set_block(bool b)
        ioctlsocket(handle, FIONBIO, &flag);
 }
 
-void Socket::Private::set_inherit(bool i)
+void Socket::Private::set_inherit(bool)
 {
 }