| 107 | } |
| 108 | |
| 109 | ~Impl() |
| 110 | { |
| 111 | this->Makefile->GetCMakeInstance()->GetVariableWatch()->RemoveWatch( |
| 112 | this->Variable, cmVariableWatchCommandVariableAccessed); |
| 113 | } |
| 114 | |
| 115 | cmMakefile* const Makefile; |
| 116 | std::string const Variable; |
nothing calls this directly
no test coverage detected