From 7b07a24ec415f2c6a1655b9c0c69289431ffcfab Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Sat, 10 Sep 2011 20:24:38 +0200 Subject: [PATCH] Remove obsolete comment --- src/XMPPSCRAMAuth.m | 1 - 1 file changed, 1 deletion(-) diff --git a/src/XMPPSCRAMAuth.m b/src/XMPPSCRAMAuth.m index 140e606..e6a3bc5 100644 --- a/src/XMPPSCRAMAuth.m +++ b/src/XMPPSCRAMAuth.m @@ -231,7 +231,6 @@ @throw [OFInvalidServerReplyException newWithClass: isa]; // Add c= - // XXX: No channel binding for now tmpArray = [OFDataArray dataArrayWithItemSize: 1]; [tmpArray addNItems: [GS2Header cStringLength] fromCArray: [GS2Header cString]];