commit | 55f214e2d74eeacee6e15aea4a0d6025bcf95c0b | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Wed Jul 17 17:02:01 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Wed Jul 17 17:02:01 2013 -0700 |
tree | cbcdc0389e0d4c333e9690e35bc9e2c39abf77ec | |
parent | 5e275b4c2e176079f145a01e1310c4cfff48ff6a [diff] |
Remove unused testTcpTransport
diff --git a/ndn-cpp/c/transport/TcpTransport.h b/ndn-cpp/c/transport/TcpTransport.h index 19ed4e2..0a1742c 100644 --- a/ndn-cpp/c/transport/TcpTransport.h +++ b/ndn-cpp/c/transport/TcpTransport.h
@@ -30,8 +30,6 @@ ndn_Error ndn_TcpTransport_receive (struct ndn_TcpTransport *self, unsigned char *buffer, unsigned int bufferLength, unsigned int *nBytes); -int testTcpTransport(unsigned char *data, unsigned int dataLength); - #ifdef __cplusplus } #endif