diff options
author | 2019-09-06 12:04:51 -0400 | |
---|---|---|
committer | 2019-09-06 12:04:53 -0400 | |
commit | a748d19a911577c4ef77edf2f8c66c0844954097 (patch) | |
tree | 51a1de3c18167ec7ea9fdc9827c647e1e1b68ab0 /src/tools | |
parent | 969363be8523d395cf3d8481b6039e2d73b7d23f (diff) |
chdman.cpp: Another superfluous temporary removed (nw)
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/chdman.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/chdman.cpp b/src/tools/chdman.cpp index af0db3673c6..cf15580df1d 100644 --- a/src/tools/chdman.cpp +++ b/src/tools/chdman.cpp @@ -1971,7 +1971,6 @@ static void do_create_cd(parameters_t ¶ms) } // 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()); |