Skip to content

Commit

Permalink
Merge pull request #40823 from thaJeztah/remove_distrib_uuid
Browse files Browse the repository at this point in the history
daemon: remove distribution/uuid package
Upstream-commit: 130b0bc6032cc675d064e1cc62626cacc9c07a57
Component: engine
  • Loading branch information
cpuguy83 authored Apr 17, 2020
2 parents ec74beb + 0484276 commit 02bca95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 130 deletions.
4 changes: 0 additions & 4 deletions components/engine/cmd/dockerd/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"time"

containerddefaults "github.com/containerd/containerd/defaults"
"github.com/docker/distribution/uuid"
"github.com/docker/docker/api"
apiserver "github.com/docker/docker/api/server"
buildbackend "github.com/docker/docker/api/server/backend/build"
Expand Down Expand Up @@ -77,9 +76,6 @@ func (cli *DaemonCli) start(opts *daemonOptions) (err error) {
stopc := make(chan bool)
defer close(stopc)

// warn from uuid package when running the daemon
uuid.Loggerf = logrus.Warnf

opts.SetDefaultOptions(opts.flags)

if cli.Config, err = loadDaemonCliConfig(opts); err != nil {
Expand Down
126 changes: 0 additions & 126 deletions components/engine/vendor/github.com/docker/distribution/uuid/uuid.go

This file was deleted.

0 comments on commit 02bca95

Please sign in to comment.