"doc/ListCommandsSidebar.html" did not exist on "924aa408b99837036b679bd3895f836af6bc763f"
Commit 47e7f9ac authored by antirez's avatar antirez
Browse files

Comment out things in bio.c that are currently not useful but that may be useful in the future.

parent 77ca5fcb
......@@ -153,6 +153,11 @@ unsigned long long bioPendingJobsOfType(int type) {
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
* less or equal to the specified number.
*
......@@ -200,3 +205,4 @@ time_t bioOlderJobOfType(int type) {
return time;
}
#endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment