trash an inaccurate comment (via Chad Walters)
authorBryan Duxbury <bryanduxbury@apache.org>
Thu, 30 Jun 2011 20:47:09 +0000 (20:47 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Thu, 30 Jun 2011 20:47:09 +0000 (20:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1141710 13f79535-47bb-0310-9956-ffa450edef68

lib/cpp/src/protocol/TJSONProtocol.h

index 2be54da..799c361 100644 (file)
@@ -86,11 +86,6 @@ class TJSONContext;
  * may try to provide a C component for this, so that other languages could
  * bind to the same underlying implementation for maximum consistency.
  *
- * Note further that JavaScript itself is not capable of representing
- * floating point infinities -- presumably when we have a JavaScript Thrift
- * client, this would mean that infinities get converted to not-a-number in
- * transmission. I don't know of any work-around for this issue.
- *
  */
 class TJSONProtocol : public TVirtualProtocol<TJSONProtocol> {
  public: