chdman.cpp: Another superfluous temporary removed (nw)

This commit is contained in:
AJR 2019-09-06 12:04:51 -04:00
parent 969363be85
commit a748d19a91

View File

@ -1971,7 +1971,6 @@ static void do_create_cd(parameters_t &params)
}
// print some info
std::string tempstr;
printf("Output CHD: %s\n", output_chd_str->c_str());
if (output_parent.opened())
printf("Parent CHD: %s\n", params.find(OPTION_OUTPUT_PARENT)->second->c_str());