remove misleading comment

r1974 | dcl | 2007-05-22 08:15:56 +1000 (Tue, 22 May 2007) | 2 lines
This commit is contained in:
Douglas Clowes
2007-05-22 08:15:56 +10:00
parent 163b03b557
commit 6d449014fc

View File

@@ -253,7 +253,6 @@ static int InitCallback(pAsyncTxn pTxn)
const char* resp = pTxn->inp_buf;
int resp_len = pTxn->inp_idx;
pNHQ200 self = (pNHQ200) pTxn->cntx;
/* TODO: FIXME finish initialisation */
if (pTxn->txn_status == ATX_TIMEOUT) {
self->iError = NHQ200__BADSET;
self->iState = 0;