| 4185 | } |
| 4186 | |
| 4187 | cmMakefile::VariablePushPop::VariablePushPop(cmMakefile* m) |
| 4188 | : Makefile(m) |
| 4189 | { |
| 4190 | this->Makefile->StateSnapshot = |
| 4191 | this->Makefile->GetState()->CreateVariableScopeSnapshot( |
| 4192 | this->Makefile->StateSnapshot); |
| 4193 | } |
| 4194 | |
| 4195 | cmMakefile::VariablePushPop::~VariablePushPop() |
| 4196 | { |
nothing calls this directly
no test coverage detected