* */
| 123 | * |
| 124 | */ |
| 125 | ExpressionFuncall::~ExpressionFuncall(void) |
| 126 | { |
| 127 | delete &invoke; |
| 128 | } |
| 129 | |
| 130 | /////////////////////////////////////////////////////////////////////////////// |
| 131 |
nothing calls this directly
no outgoing calls
no test coverage detected