From 89c847f1f52969ee2ae6ed35018eef40366ca061 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 22 Dec 2016 17:38:46 -0800 Subject: Work on endpoints. More C99 & type cleanups. --- src/transport/inproc/inproc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/transport') diff --git a/src/transport/inproc/inproc.c b/src/transport/inproc/inproc.c index 23046933..a72d6b1e 100644 --- a/src/transport/inproc/inproc.c +++ b/src/transport/inproc/inproc.c @@ -140,8 +140,6 @@ nni_inproc_pipe_send(void *arg, nni_msg *msg) { nni_inproc_pipe *pipe = arg; - // TODO: look at the message expiration and use that to set up - // the timeout. (And if it expired already, throw it away.) return (nni_msgqueue_put(pipe->wq, msg)); } -- cgit v1.2.3-70-g09d2