From c7b541af4a1a2c410dc63a638a17adb31d7342a3 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 1 Jan 2017 13:37:30 -0800 Subject: Nuke legacy _t types. --- src/core/defs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/core/defs.h b/src/core/defs.h index 253cbd85..9687215d 100644 --- a/src/core/defs.h +++ b/src/core/defs.h @@ -18,10 +18,6 @@ #define NNI_ARG_UNUSED(x) ((void) x); // These types are common but have names shared with user space. -typedef struct nng_socket * nni_socket_t; -typedef struct nng_pipe * nni_pipe_t; -typedef struct nng_msg * nni_msg_t; - typedef struct nng_socket nni_socket; typedef struct nng_endpt nni_endpt; typedef struct nng_pipe nni_pipe; -- cgit v1.2.3-70-g09d2