diff options
| -rw-r--r-- | src/core/aio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/aio.h b/src/core/aio.h index 0febc85e..fed0acd8 100644 --- a/src/core/aio.h +++ b/src/core/aio.h @@ -16,8 +16,6 @@ #include "core/taskq.h" #include "core/thread.h" -typedef struct nni_aio_ops nni_aio_ops; - typedef void (*nni_aio_cancelfn)(nni_aio *, void *, int); // nni_aio_init initializes an aio object. The callback is called with |
