diff options
| author | QXSoftware <lh563566994@126.com> | 2018-09-09 21:22:06 +0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-09-09 13:19:15 -0400 |
| commit | 36000e13fedb8f883a52aa629d434a80046cdfb0 (patch) | |
| tree | 0457fc3969fe5bbfe42bd4111923fa82139661b8 | |
| parent | d347548816885c866e93e3ebab96f2223d93419c (diff) | |
| download | nng-36000e13fedb8f883a52aa629d434a80046cdfb0.tar.gz nng-36000e13fedb8f883a52aa629d434a80046cdfb0.tar.bz2 nng-36000e13fedb8f883a52aa629d434a80046cdfb0.zip | |
remove unused typedef
| -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 |
