| 2623 | // ////////////////////////////////////////////////////////////////// |
| 2624 | |
| 2625 | Value::CommentInfo::CommentInfo() : comment_(0) {} |
| 2626 | |
| 2627 | Value::CommentInfo::~CommentInfo() { |
| 2628 | if (comment_) |
nothing calls this directly
no outgoing calls
no test coverage detected