| 2692 | // ////////////////////////////////////////////////////////////////// |
| 2693 | |
| 2694 | Value::CommentInfo::CommentInfo() : comment_(0) |
| 2695 | {} |
| 2696 | |
| 2697 | Value::CommentInfo::~CommentInfo() { |
| 2698 | if (comment_) |
nothing calls this directly
no outgoing calls
no test coverage detected