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 2be54da..799c361 100644
--- a/lib/cpp/src/protocol/TJSONProtocol.h
+++ b/lib/cpp/src/protocol/TJSONProtocol.h
@@ -86,11 +86,6 @@
  * 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: