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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9907e22  Remove not used time import
9907e22 is described below

commit 9907e22a628cb4cd0782ff6d5da9d75ae762c5f3
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Aug 3 12:40:16 2023 +0200

    Remove not used time import
    
    mynewt.apache.org/newtmgr/nmxact/xact
    ../nmxact/xact/image.go:35:2: "time" imported and not used
---
 nmxact/xact/image.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nmxact/xact/image.go b/nmxact/xact/image.go
index 26f7dcf..95dfea1 100644
--- a/nmxact/xact/image.go
+++ b/nmxact/xact/image.go
@@ -32,7 +32,6 @@ import (
        "mynewt.apache.org/newtmgr/nmxact/sesn"
        "sync"
        "sync/atomic"
-       "time"
 )
 
 //////////////////////////////////////////////////////////////////////////////

Reply via email to