summaryrefslogtreecommitdiffstats
path: root/crypto/async/arch/async_null.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-03-02 16:15:52 +0000
committerMatt Caswell <matt@openssl.org>2016-03-02 17:23:42 +0000
commit224905f8aaeac7fd81a49dc160a843c5fff60e6e (patch)
tree8242952f73c72a9f234beaf3f69ce1159a542f41 /crypto/async/arch/async_null.h
parent0c452abc162d348876e136979230a06d0d83641b (diff)
Convert ASYNC code to use new Thread API
The async code uses thread local variables. We should convert to using the new Thread API for doing this. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/async/arch/async_null.h')
-rw-r--r--crypto/async/arch/async_null.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/async/arch/async_null.h b/crypto/async/arch/async_null.h
index 4cd0a8b966..a965bdbbd8 100644
--- a/crypto/async/arch/async_null.h
+++ b/crypto/async/arch/async_null.h
@@ -65,13 +65,9 @@ typedef struct async_fibre_st {
} async_fibre;
-# define async_set_ctx(nctx) 0
-# define async_arch_get_ctx() ((async_ctx *)NULL)
# define async_fibre_swapcontext(o,n,r) 0
# define async_fibre_makecontext(c) 0
# define async_fibre_free(f)
# define async_fibre_init_dispatcher(f)
-# define async_get_pool() NULL
-# define async_set_pool(p) 0
#endif