Comment out things in bio.c that are currently not useful but that may be useful in the future.
This commit is contained in:
parent
77ca5fcba6
commit
47e7f9acbd
@ -153,6 +153,11 @@ unsigned long long bioPendingJobsOfType(int type) {
|
|||||||
return val;
|
return val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0 /* We don't use the following code for now, and bioWaitPendingJobsLE
|
||||||
|
probably needs a rewrite using conditional variables instead of the
|
||||||
|
current implementation. */
|
||||||
|
|
||||||
|
|
||||||
/* Wait until the number of pending jobs of the specified type are
|
/* Wait until the number of pending jobs of the specified type are
|
||||||
* less or equal to the specified number.
|
* less or equal to the specified number.
|
||||||
*
|
*
|
||||||
@ -200,3 +205,4 @@ time_t bioOlderJobOfType(int type) {
|
|||||||
return time;
|
return time;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user