This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newtmgr.git

commit 6daa7b286ca8c46d1c8304bc813baf388f1233c7
Author: Christopher Collins <ccoll...@apache.org>
AuthorDate: Fri Aug 9 11:05:26 2019 -0700

    Remove commented out code
---
 nmxact/nmcoap/listener.go | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/nmxact/nmcoap/listener.go b/nmxact/nmcoap/listener.go
index beb0f02..ecb8132 100644
--- a/nmxact/nmcoap/listener.go
+++ b/nmxact/nmcoap/listener.go
@@ -19,9 +19,8 @@ type Listener struct {
        Criteria MsgCriteria
        RspChan  chan coap.Message
        ErrChan  chan error
-       //StopChan chan struct{}
-       tmoChan chan time.Time
-       timer   *time.Timer
+       tmoChan  chan time.Time
+       timer    *time.Timer
 }
 
 func (mc *MsgCriteria) String() string {

Reply via email to