From 07f15c26945eada770a30655b43cadcbb62bf2ae Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 16 Feb 2018 15:18:31 -0500 Subject: Remove unused registry related options from libpod Signed-off-by: Matthew Heon Closes: #349 Approved by: rhatdan --- libpod/runtime.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'libpod/runtime.go') 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 -- cgit v1.2.3-54-g00ecf