From 025451b1e26c48ca58c388921827929d11c9459c Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 19 Oct 2006 00:42:50 +0000 Subject: Fixed various minor TODO issues. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@465432 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/io/APRSocket.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/qpid/io/APRSocket.cpp') diff --git a/cpp/src/qpid/io/APRSocket.cpp b/cpp/src/qpid/io/APRSocket.cpp index 80fb642c8e..824c376c3b 100644 --- a/cpp/src/qpid/io/APRSocket.cpp +++ b/cpp/src/qpid/io/APRSocket.cpp @@ -45,7 +45,6 @@ void APRSocket::write(qpid::framing::Buffer& buffer){ do{ bytes = buffer.available(); apr_socket_send(socket, buffer.start(), &bytes); - // TODO aconway 2006-10-05: why don't we check status here? buffer.move(bytes); }while(bytes > 0); } -- cgit v1.2.1