diff options
author | stoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68> | 2001-05-16 20:56:01 +0000 |
---|---|---|
committer | stoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68> | 2001-05-16 20:56:01 +0000 |
commit | 1741a6bb5d16acbf88588bd3b271c09109f25938 (patch) | |
tree | a00b293a5a690130321c929376e19c20dc50d0f4 /test/testoc.c | |
parent | 5848bed185070e612faae212402c1d6db2eb133c (diff) | |
download | libapr-1741a6bb5d16acbf88588bd3b271c09109f25938.tar.gz |
Remove apr_proc_probe_writable_fds
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61653 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testoc.c')
-rw-r--r-- | test/testoc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testoc.c b/test/testoc.c index 8d0896b63..c5c084d20 100644 --- a/test/testoc.c +++ b/test/testoc.c @@ -147,7 +147,6 @@ int main(int argc, char *argv[]) /* allow time for things to settle... */ apr_sleep(3 * APR_USEC_PER_SEC); - apr_proc_probe_writable_fds(); fprintf(stdout, "[PARENT] Checking on children..........\n"); apr_proc_other_child_check(); |