| 1120 | int fixEntryBlock; |
| 1121 | |
| 1122 | DeferredGraphModifier(mbl_array_t* _mba) : mba(_mba), fixEntryBlock(0) {} |
| 1123 | |
| 1124 | void Remove(int src, int dest) { |
| 1125 | if (dest == mba->qty - 1) |
nothing calls this directly
no outgoing calls
no test coverage detected