summaryrefslogtreecommitdiff
path: root/integration/plugin
diff options
context:
space:
mode:
authorSebastiaan van Stijn <github@gone.nl>2019-09-12 23:47:49 +0200
committerSebastiaan van Stijn <github@gone.nl>2019-09-18 12:57:10 +0200
commitd9483062555ec7021da786c3af5dc9eedaf8f8b3 (patch)
tree4769415810633d243f304820870c07312547a9a6 /integration/plugin
parentad95c6315df65c8d9d998aa62b30bb0d483ae40e (diff)
downloaddocker-d9483062555ec7021da786c3af5dc9eedaf8f8b3.tar.gz
integration: remove unused constants and fields (unused)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Diffstat (limited to 'integration/plugin')
-rw-r--r--integration/plugin/graphdriver/main_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/integration/plugin/graphdriver/main_test.go b/integration/plugin/graphdriver/main_test.go
index 21dd9beba0..68fa02c81e 100644
--- a/integration/plugin/graphdriver/main_test.go
+++ b/integration/plugin/graphdriver/main_test.go
@@ -17,8 +17,6 @@ func init() {
reexec.Init() // This is required for external graphdriver tests
}
-const dockerdBinary = "dockerd"
-
func TestMain(m *testing.M) {
var err error
testEnv, err = environment.New()