From f7d10cb13f286164c334785166524fcab51384d2 Mon Sep 17 00:00:00 2001 From: "Paul \"TBBle\" Hampson" Date: Wed, 14 Jul 2021 16:24:25 +1000 Subject: [PATCH] Remove leftover generated HCS2 schema file This was left behind due to an unlucky conflict between #1004 and #930. The file already existed with the same content at the new location, and nothing was referencing this location, so a trivial deletion. Signed-off-by: Paul "TBBle" Hampson --- internal/schema2/virtual_p_mem_mapping.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 internal/schema2/virtual_p_mem_mapping.go diff --git a/internal/schema2/virtual_p_mem_mapping.go b/internal/schema2/virtual_p_mem_mapping.go deleted file mode 100644 index 9ef322f615..0000000000 --- a/internal/schema2/virtual_p_mem_mapping.go +++ /dev/null @@ -1,15 +0,0 @@ -/* - * HCS API - * - * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) - * - * API version: 2.4 - * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) - */ - -package hcsschema - -type VirtualPMemMapping struct { - HostPath string `json:"HostPath,omitempty"` - ImageFormat string `json:"ImageFormat,omitempty"` -}