diff options
Diffstat (limited to 'src/transport/inproc/inproc.c')
| -rw-r--r-- | src/transport/inproc/inproc.c | 2 |
1 files changed, 0 insertions, 2 deletions
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)); } |
