MCPcopy Create free account
hub / github.com/csmith-project/csmith / ~ExpressionComma

Method ~ExpressionComma

src/ExpressionComma.cpp:82–86  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

80 *
81 */
82ExpressionComma::~ExpressionComma(void)
83{
84 delete &lhs;
85 delete &rhs;
86}
87
88Expression*
89ExpressionComma::clone(void) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected