From 66ffeac642083f3ebaa0b98a42977ddee2ae3d00 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Tue, 25 Jul 2017 17:07:04 +0200 Subject: [PATCH] Remove unused constants in plugin_responses Signed-off-by: Sebastiaan van Stijn Upstream-commit: 9bb57aa3fef6c1f31e9e8344e06670c3d41e4395 Component: engine --- components/engine/api/types/plugin_responses.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/components/engine/api/types/plugin_responses.go b/components/engine/api/types/plugin_responses.go index 1c6461f2d9..18f743fcde 100644 --- a/components/engine/api/types/plugin_responses.go +++ b/components/engine/api/types/plugin_responses.go @@ -9,14 +9,6 @@ import ( // PluginsListResponse contains the response for the Engine API type PluginsListResponse []*Plugin -const ( - authzDriver = "AuthzDriver" - graphDriver = "GraphDriver" - ipamDriver = "IpamDriver" - networkDriver = "NetworkDriver" - volumeDriver = "VolumeDriver" -) - // UnmarshalJSON implements json.Unmarshaler for PluginInterfaceType func (t *PluginInterfaceType) UnmarshalJSON(p []byte) error { versionIndex := len(p)