Convert ASYNC code to use new Thread API
[openssl.git] / crypto / async / arch / async_null.h
index 4cd0a8b96638593b002ae66143263b19673e7632..a965bdbbd8494d57eb730d8032f70a4c21d58056 100644 (file)
@@ -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