Author: gonzalo
Date: 2006-08-10 16:37:09 -0400 (Thu, 10 Aug 2006)
New Revision: 63624
Modified:
trunk/mcs/class/System/System.Net.Sockets/Socket.cs
Log:
warnings
Modified: trunk/mcs/class/System/System.Net.Sockets/Socket.cs
===================================================================
--- trunk/mcs/class/System/System.Net.Sockets/Socket.cs 2006-08-10 20:18:24 UTC
(rev 63623)
+++ trunk/mcs/class/System/System.Net.Sockets/Socket.cs 2006-08-10 20:37:09 UTC
(rev 63624)
@@ -782,7 +782,7 @@
blocking_thread = Thread.CurrentThread;
try {
sock = Accept_internal(socket, out error);
- } catch (ThreadAbortException the) {
+ } catch (ThreadAbortException) {
if (disposed) {
Thread.ResetAbort ();
error = 10004;
@@ -1072,7 +1072,7 @@
blocking_thread = Thread.CurrentThread;
try {
Connect_internal (socket, serial, out error);
- } catch (ThreadAbortException the) {
+ } catch (ThreadAbortException) {
if (disposed) {
Thread.ResetAbort ();
error = 10004;
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches