Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Aug 29, 2023
1 parent 15e7950 commit dbabfd6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/clib/lib/job_queue/lsf_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,6 @@ job_status_type lsf_driver_convert_status(int lsf_status) {
}

int lsf_driver_get_job_status_lsf(void *__driver, void *__job) {
int lsf_status;
auto driver = static_cast<lsf_driver_type *>(__driver);

return lsf_driver_get_job_status_shell(__driver, __job);
}

Expand Down

0 comments on commit dbabfd6

Please sign in to comment.