summaryrefslogtreecommitdiff
path: root/vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9.go')
-rw-r--r--vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9.go b/vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9.go
deleted file mode 100644
index 29d8c8012..000000000
--- a/vendor/github.com/Microsoft/hcsshim/internal/schema2/plan9.go
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * HCS API
- *
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
- *
- * API version: 2.1
- * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
- */
-
-package hcsschema
-
-type Plan9 struct {
- Shares []Plan9Share `json:"Shares,omitempty"`
-}