2007-02-16 Geoff Norton <gnorton@customerdna.com>
[mono.git] / mcs / class / System / System.Net / FtpWebRequest.cs
index 760cf279e3e4368fc7368f9b969a64b18cb5a299..4ab7e293099bcb1a3548855089dcb86a2426d63d 100644 (file)
@@ -300,7 +300,8 @@ namespace System.Net
                public override void Abort () {
                        lock (locker) {
                                if (State == RequestState.TransferInProgress) {
-                                       FtpStatus status = SendCommand (false, AbortCommand);
+                                       /*FtpStatus status = */
+                                       SendCommand (false, AbortCommand);
                                }
 
                                if (!InFinalState ()) {