mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 20:42:26 +00:00
Rename unused variable
This commit is contained in:
parent
db8e47a965
commit
5a26fe5696
@ -30,7 +30,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
// ImageFsInfo returns information of the filesystem that is used to store images.
|
// ImageFsInfo returns information of the filesystem that is used to store images.
|
||||||
func (ds *dockerService) ImageFsInfo(_ context.Context, r *runtimeapi.ImageFsInfoRequest) (*runtimeapi.ImageFsInfoResponse, error) {
|
func (ds *dockerService) ImageFsInfo(_ context.Context, _ *runtimeapi.ImageFsInfoRequest) (*runtimeapi.ImageFsInfoResponse, error) {
|
||||||
info, err := ds.client.Info()
|
info, err := ds.client.Info()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
klog.Errorf("Failed to get docker info: %v", err)
|
klog.Errorf("Failed to get docker info: %v", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user