summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-09-23 23:12:36 +0100
committerMatt Caswell <matt@openssl.org>2015-11-20 23:34:34 +0000
commit44a27ac282ec2a419027383ce0ac6c7f304b1490 (patch)
treebd1e0800584ece3edb368849620f1ce7039c6344 /include
parentc00793da995b6e2d52ac4423dc8d5a8607852ff8 (diff)
Remove ASYNC_in_job()
The ASYNC_in_job() function is redundant. The same effect can be achieved by using ASYNC_get_current_job(). Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/async.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/async.h b/include/openssl/async.h
index 5b84d5babb..e123261e6b 100644
--- a/include/openssl/async.h
+++ b/include/openssl/async.h
@@ -73,7 +73,6 @@ void ASYNC_free_pool(void);
int ASYNC_start_job(ASYNC_JOB **job, int *ret, int (*func)(void *),
void *args, size_t size);
int ASYNC_pause_job(void);
-int ASYNC_in_job(void);
int ASYNC_get_wait_fd(ASYNC_JOB *job);
ASYNC_JOB *ASYNC_get_current_job(void);