From 4ed9dadf5e7d17fd42ef4df836b0932972dd29c1 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 2 Jul 2017 16:09:14 -0700 Subject: Use common aio cancellation. --- src/core/msgqueue.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/msgqueue.h') diff --git a/src/core/msgqueue.h b/src/core/msgqueue.h index 682c9821..af3bc835 100644 --- a/src/core/msgqueue.h +++ b/src/core/msgqueue.h @@ -41,7 +41,6 @@ extern void nni_msgq_aio_put(nni_msgq *, nni_aio *); extern void nni_msgq_aio_get(nni_msgq *, nni_aio *); extern void nni_msgq_aio_notify_get(nni_msgq *, nni_aio *); extern void nni_msgq_aio_notify_put(nni_msgq *, nni_aio *); -extern void nni_msgq_aio_cancel(nni_msgq *, nni_aio *); // nni_msgq_put puts the message to the queue. It blocks until it // was able to do so, or the queue is closed, returning either 0 on -- cgit v1.2.3-70-g09d2