We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fe54d commit 2832737Copy full SHA for 2832737
MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/input.cpp
@@ -202,12 +202,6 @@ void parseInput(const int argc, char** argv)
202
#ifdef PACKAGE_VERSION
203
strcpy(progVers, PACKAGE_VERSION);
204
#endif
205
- // Reconstruct command line argument as a string.
206
- char progCL[256]; // Complete program command line.
207
- strcpy(progCL, argv[0]);
208
- for (int i = 1; i < argc; i++)
209
- { strcat(progCL, " ");
210
- strcat(progCL, argv[i]); }
211
212
// Set variables to defaults, which may be overridden by CLI.
213
verbose = false;
0 commit comments