From: Bryan Duxbury Date: Thu, 30 Jun 2011 20:47:09 +0000 (+0000) Subject: trash an inaccurate comment (via Chad Walters) X-Git-Tag: 0.7.0~43 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=d580dc6b8a4a456669a3695ffe2755644ddee1cf;p=common%2Fthrift.git trash an inaccurate comment (via Chad Walters) git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1141710 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/cpp/src/protocol/TJSONProtocol.h b/lib/cpp/src/protocol/TJSONProtocol.h index 2be54da2..799c3616 100644 --- a/lib/cpp/src/protocol/TJSONProtocol.h +++ b/lib/cpp/src/protocol/TJSONProtocol.h @@ -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 { public: