Skip to content

Commit

Permalink
removed duplicated code (merge error?)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabler-hpc committed Sep 11, 2024
1 parent 14611e7 commit 595e14a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/clients/qsub/ocs_qsub.cc
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,6 @@ main(int argc, const char **argv)
lWriteElemTo(job, stdout);
}

job_set_command_line(job, argc, argv);

if (sge_getenv("SGE_DEBUG_DUMP_JOB") != nullptr) {
lWriteElemTo(job, stdout);
}

tmp_ret = answer_list_print_err_warn(&alp, nullptr, "qsub: ", MSG_WARNING);
if (tmp_ret > 0) {
sge_exit(tmp_ret);
Expand Down

0 comments on commit 595e14a

Please sign in to comment.