| 29 | } |
| 30 | |
| 31 | static void PopEndStack(int type) { |
| 32 | if (!endStack.empty()) { |
| 33 | endStack.pop_back(); // hopefully the type matches |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | static void ImEndStack(int type); |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected