From 21881679099491049db367504d09f9a48d3e5fa7 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 4 Jan 2018 16:56:51 -0500 Subject: Remove vendored files unnecessary after Kube hostport removal Signed-off-by: Matthew Heon Closes: #189 Approved by: mheon --- libpod/runtime.go | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'libpod') diff --git a/libpod/runtime.go b/libpod/runtime.go index 2a659a1e3..aed6acd86 100644 --- a/libpod/runtime.go +++ b/libpod/runtime.go @@ -20,16 +20,16 @@ type RuntimeOption func(*Runtime) error // Runtime is the core libpod runtime type Runtime struct { - config *RuntimeConfig - state State - store storage.Store - storageService *storageService - imageContext *types.SystemContext - ociRuntime *OCIRuntime - lockDir string - netPlugin ocicni.CNIPlugin - valid bool - lock sync.RWMutex + config *RuntimeConfig + state State + store storage.Store + storageService *storageService + imageContext *types.SystemContext + ociRuntime *OCIRuntime + lockDir string + netPlugin ocicni.CNIPlugin + valid bool + lock sync.RWMutex } // RuntimeConfig contains configuration options used to set up the runtime -- cgit v1.2.3-54-g00ecf