* */
| 203 | * |
| 204 | */ |
| 205 | Block::Block(Block* b, int block_size) |
| 206 | : Statement(eBlock, b), |
| 207 | need_revisit(false), |
| 208 | depth_protect(false), |
| 209 | block_size_(block_size) |
| 210 | { |
| 211 | |
| 212 | } |
| 213 | |
| 214 | #if 0 |
| 215 | /* |
nothing calls this directly
no outgoing calls
no test coverage detected