dtoolutil: Remove silly unused variable

This commit is contained in:
rdb 2024-11-04 13:25:22 +01:00
parent 1a4ca179a9
commit 94c63fe9da
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ ns_set_environment_variable(const string &var, const string &value) {
void ExecutionEnvironment::
ns_shadow_environment_variable(const string &var, const string &value) {
_variables[var] = value;
string putstr = var + "=" + value;
//string putstr = var + "=" + value;
}
/**