Skip to content

Commit 2832737

Browse files
authored
[CLAMR] remove unused codes (#42)
1 parent f2fe54d commit 2832737

File tree

1 file changed

+0
-6
lines changed
  • MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR

1 file changed

+0
-6
lines changed

MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/input.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@ void parseInput(const int argc, char** argv)
202202
#ifdef PACKAGE_VERSION
203203
strcpy(progVers, PACKAGE_VERSION);
204204
#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]); }
211205

212206
// Set variables to defaults, which may be overridden by CLI.
213207
verbose = false;

0 commit comments

Comments
 (0)