diff --git a/client.go b/client.go index 497ebb5cd..f3e85a7b9 100644 --- a/client.go +++ b/client.go @@ -100,10 +100,8 @@ func NewWithConn(conn *grpc.ClientConn, opts ...ClientOpt) (*Client, error) { // Client is the client to interact with containerd and its various services // using a uniform interface type Client struct { - conn *grpc.ClientConn - - defaultns string - runtime string + conn *grpc.ClientConn + runtime string } // IsServing returns true if the client can successfully connect to the