From d580dc6b8a4a456669a3695ffe2755644ddee1cf Mon Sep 17 00:00:00 2001 From: Bryan Duxbury Date: Thu, 30 Jun 2011 20:47:09 +0000 Subject: [PATCH] trash an inaccurate comment (via Chad Walters) git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1141710 13f79535-47bb-0310-9956-ffa450edef68 --- lib/cpp/src/protocol/TJSONProtocol.h | 5 ----- 1 file changed, 5 deletions(-) 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: -- 2.17.1