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

Method ~ExpressionAssign

src/ExpressionAssign.cpp:75–81  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

73 *
74 */
75ExpressionAssign::~ExpressionAssign(void)
76{
77 /*if (assign) {
78 delete assign;
79 assign = NULL;
80 }*/
81}
82
83Expression*
84ExpressionAssign::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected