File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -538,7 +538,6 @@ public bool Step ()
538538 {
539539 var supportsLiteralPlus = ( Engine . Capabilities & ImapCapabilities . LiteralPlus ) != 0 ;
540540 var response = ImapCommandResponse . None ;
541- var idle = UserData as ImapIdleContext ;
542541 ImapToken token ;
543542
544543 // construct and write the command tag if this is the initial state
@@ -681,7 +680,6 @@ public async Task<bool> StepAsync ()
681680 {
682681 var supportsLiteralPlus = ( Engine . Capabilities & ImapCapabilities . LiteralPlus ) != 0 ;
683682 var response = ImapCommandResponse . None ;
684- var idle = UserData as ImapIdleContext ;
685683 ImapToken token ;
686684
687685 // construct and write the command tag if this is the initial state
Original file line number Diff line number Diff line change @@ -328,7 +328,6 @@ async Task<int> ReadAheadAsync (CancellationToken cancellationToken)
328328 AlignReadAheadBuffer ( out int start , out int end ) ;
329329
330330 try {
331- var network = Stream as NetworkStream ;
332331 int nread ;
333332
334333 cancellationToken . ThrowIfCancellationRequested ( ) ;
You can’t perform that action at this time.
0 commit comments