commit | 501606e7ffff1fde6573b6def5a7636365f311ce | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Jul 08 02:24:02 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Mon Jul 08 02:24:02 2013 -0700 |
tree | b8b723b8ba3b65c42746f2f4bae952869c938c29 | |
parent | 2c1d9214df51a14378010307efaf871bc9028f38 [diff] |
Remove comment.
diff --git a/ndn-cpp/c/encoding/BinaryXMLDecoder.c b/ndn-cpp/c/encoding/BinaryXMLDecoder.c index 025e679..bbf5e55 100644 --- a/ndn-cpp/c/encoding/BinaryXMLDecoder.c +++ b/ndn-cpp/c/encoding/BinaryXMLDecoder.c
@@ -227,7 +227,6 @@ return 0; } -// TODO: This could be in a more central source file. unsigned int ndn_BinaryXMLDecoder_bigEndianToUnsignedInt(unsigned char *bytes, unsigned int bytesLength) { unsigned int result = 0;