| 1633 | // ////////////////////////////////////////////////////////////////// |
| 1634 | |
| 1635 | Value::CommentInfo::CommentInfo() : comment_(0) {} |
| 1636 | |
| 1637 | Value::CommentInfo::~CommentInfo() { |
| 1638 | if (comment_) |
nothing calls this directly
no outgoing calls
no test coverage detected