| 78 | } |
| 79 | |
| 80 | void deleteVariableWatchCallbackData(void* client_data) |
| 81 | { |
| 82 | cmVariableWatchCallbackData* data = |
| 83 | static_cast<cmVariableWatchCallbackData*>(client_data); |
| 84 | delete data; |
| 85 | } |
| 86 | |
| 87 | /** This command does not really have a final pass but it needs to |
| 88 | stay alive since it owns variable watch callback information. */ |
no outgoing calls
no test coverage detected
searching dependent graphs…