| 5359 | client *cFake = nullptr; |
| 5360 | |
| 5361 | ~RemoteMasterState() |
| 5362 | { |
| 5363 | aeAcquireLock(); |
| 5364 | freeClient(cFake); |
| 5365 | aeReleaseLock(); |
| 5366 | } |
| 5367 | }; |
| 5368 | |
| 5369 | static std::unordered_map<std::string, RemoteMasterState> g_mapremote; |
nothing calls this directly
no test coverage detected