Skip to content

Commit 322936f

Browse files
author
Yan Li
committed
restore latest change before re-commit
1 parent 617af7a commit 322936f

File tree

2 files changed

+0
-74
lines changed

2 files changed

+0
-74
lines changed

examples/get_jobs_info.py

Lines changed: 0 additions & 60 deletions
This file was deleted.

pythonlsf/lsf.i

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -715,20 +715,6 @@ PyObject * get_pids_from_stream(struct jRusage * jrusage) {
715715
return result;
716716
}
717717

718-
long * buildQueryColIndexs() {
719-
long * colIndexs = NULL;
720-
int i = 0;
721-
722-
colIndexs = calloc(113, sizeof(long));
723-
for (i= 0; i < 113; i++) {
724-
colIndexs[i] = i;
725-
}
726-
colIndexs[1] = 2;
727-
colIndexs[2] = 1;
728-
colIndexs[9] = 10;
729-
return colIndexs;
730-
}
731-
732718
PyObject * get_host_info_all() {
733719
struct hostInfoEnt *hostinfo;
734720
char **hosts = NULL;

0 commit comments

Comments
 (0)