Skip to content

Commit

Permalink
Removed pointless code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroSangiuliano committed Nov 19, 2014
1 parent 084fd2f commit 596baf7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions XMPPConnection.m
Original file line number Diff line number Diff line change
Expand Up @@ -638,10 +638,6 @@ - (void) handleInfoQuery:(XMPPInfoQueryStanza*)anIq
@implementation XMPPDroppedConnection
- (void)receivedData: (NSData*)aData fromSocket: (ETSocket*)aSocket
{
if (keepalive.valid)
{
[keepalive invalidate];
}
socket = nil;
[xmlWriter setSocket:nil];
xmlWriter = nil;
Expand Down

0 comments on commit 596baf7

Please sign in to comment.