fix warning
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Fri, 5 Dec 2008 17:19:23 +0000 (17:19 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Fri, 5 Dec 2008 17:19:23 +0000 (17:19 -0000)
svn path=/trunk/mcs/; revision=120856

mcs/class/Mono.Data.Tds/Mono.Data.Tds.Protocol/TdsComm.cs

index 6f6ef925415a2dabfcd6be881181e68fc42c8864..732f996b19bff8d12d6191d1927a1b76c33f2a7f 100644 (file)
@@ -116,7 +116,7 @@ namespace Mono.Data.Tds.Protocol {
                                try {
                                        // MS sets these socket option
                                        socket.SetSocketOption (SocketOptionLevel.Socket, SocketOptionName.KeepAlive, 1);
-                               } catch (SocketException se) {
+                               } catch (SocketException) {
                                        // Some platform may throw an exception, so
                                        // eat all socket exception, yeaowww! 
                                }