Skip to content

Commit

Permalink
Merge pull request #369 from rhatdan/libpod.conf
Browse files Browse the repository at this point in the history
Remove libpod.conf
  • Loading branch information
openshift-merge-robot authored Dec 4, 2020
2 parents 8a5661c + c3a85d6 commit 38613c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 412 deletions.
5 changes: 0 additions & 5 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,11 +445,6 @@ func NewConfig(userConfigPath string) (*Config, error) {
return nil, err
}

// read libpod.conf and convert the config to *Config
if err = newLibpodConfig(config); err != nil && !os.IsNotExist(err) {
logrus.Errorf("error reading libpod.conf: %v", err)
}

// Now, gather the system configs and merge them as needed.
configs, err := systemConfigs()
if err != nil {
Expand Down
Loading

0 comments on commit 38613c8

Please sign in to comment.