Sfoglia il codice sorgente

Merge pull request #44611 from thaJeztah/remove_stray_import

libcontainerd/remote: remove stray import comment
Sebastiaan van Stijn 2 anni fa
parent
commit
3cfd3e626c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      libcontainerd/remote/client_io_windows.go

+ 0 - 1
libcontainerd/remote/client_io_windows.go

@@ -9,7 +9,6 @@ import (
 	"github.com/containerd/containerd/cio"
 	"github.com/containerd/containerd/cio"
 	"github.com/pkg/errors"
 	"github.com/pkg/errors"
 	"github.com/sirupsen/logrus"
 	"github.com/sirupsen/logrus"
-	//	"golang.org/x/net/context"
 )
 )
 
 
 type delayedConnection struct {
 type delayedConnection struct {