Remove dead code from the test

This commit is contained in:
Miek Gieben 2011-09-11 01:37:59 +02:00
parent f252e2f3f0
commit 74935417e6
1 changed files with 0 additions and 6 deletions

View File

@ -102,10 +102,4 @@ func TestClientTsigAXFR(t *testing.T) {
break
}
}
/*
for {
// select on c.ReplyChannel
// and receive the *Exchange messages
}
*/
}