diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-03-11 20:50:21 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-03-11 20:50:21 -0800 |
| commit | 3d90bae8eda62fecdf367932fca591b965838e20 (patch) | |
| tree | 31ba290a4fe1a1eae570e6cfb45a76cc936b8834 /src/core/event.h | |
| parent | 97fb819ccfd0d4cb7f02d7fc521d9478ba050776 (diff) | |
| download | nng-3d90bae8eda62fecdf367932fca591b965838e20.tar.gz nng-3d90bae8eda62fecdf367932fca591b965838e20.tar.bz2 nng-3d90bae8eda62fecdf367932fca591b965838e20.zip | |
Removing some dead code.
Diffstat (limited to 'src/core/event.h')
| -rw-r--r-- | src/core/event.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/event.h b/src/core/event.h index 74d6fddb..d07aa9dd 100644 --- a/src/core/event.h +++ b/src/core/event.h @@ -36,7 +36,6 @@ extern void nni_notifier(void *); extern int nni_ev_init(nni_event *, int, nni_sock *); extern void nni_ev_fini(nni_event *); extern void nni_ev_submit(nni_event *); // call holding sock lock -extern void nni_ev_wait(nni_event *); // call holding sock lock extern nni_notify *nni_add_notify(nni_sock *, int, nng_notify_func, void *); extern void nni_rem_notify(nni_sock *, nni_notify *); |
