| 2672 | // ////////////////////////////////////////////////////////////////// |
| 2673 | |
| 2674 | Value::CommentInfo::CommentInfo() : comment_(0) {} |
| 2675 | |
| 2676 | Value::CommentInfo::~CommentInfo() { |
| 2677 | if (comment_) |
nothing calls this directly
no outgoing calls
no test coverage detected