| 2142 | } |
| 2143 | |
| 2144 | void cmSystemTools::EnvDiff::UnPutEnv(std::string const& env) |
| 2145 | { |
| 2146 | diff[env] = cm::nullopt; |
| 2147 | } |
| 2148 | |
| 2149 | bool cmSystemTools::EnvDiff::ParseOperation(std::string const& envmod) |
| 2150 | { |
no outgoing calls
no test coverage detected