summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-02-16 15:18:31 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-02-19 14:17:18 +0000
commit07f15c26945eada770a30655b43cadcbb62bf2ae (patch)
treec825bf0d223ef9aea4f857d212528c6fd61bf3ec /libpod/runtime.go
parent5317ba792c30e4e32a117c16c44064bec4030001 (diff)
downloadpodman-07f15c26945eada770a30655b43cadcbb62bf2ae.tar.gz
podman-07f15c26945eada770a30655b43cadcbb62bf2ae.tar.bz2
podman-07f15c26945eada770a30655b43cadcbb62bf2ae.zip
Remove unused registry related options from libpod
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #349 Approved by: rhatdan
Diffstat (limited to 'libpod/runtime.go')
-rw-r--r--libpod/runtime.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpod/runtime.go b/libpod/runtime.go
index 6e26b0f1b..894e4b4d0 100644
--- a/libpod/runtime.go
+++ b/libpod/runtime.go
@@ -58,8 +58,6 @@ type Runtime struct {
type RuntimeConfig struct {
StorageConfig storage.StoreOptions
ImageDefaultTransport string
- InsecureRegistries []string
- Registries []string
SignaturePolicyPath string
StateType RuntimeStateStore
RuntimePath string