diff options
Diffstat (limited to 'pkg/shim/runtimeoptions/runtimeoptions.go')
-rw-r--r-- | pkg/shim/runtimeoptions/runtimeoptions.go | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/pkg/shim/runtimeoptions/runtimeoptions.go b/pkg/shim/runtimeoptions/runtimeoptions.go index e76d73ea7..c3a3b664f 100644 --- a/pkg/shim/runtimeoptions/runtimeoptions.go +++ b/pkg/shim/runtimeoptions/runtimeoptions.go @@ -13,12 +13,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package runtimeoptions contains the runtimeoptions proto. +// Package runtimeoptions contains the runtimeoptions proto for containerd 1.5 +// and above. package runtimeoptions - -import proto "github.com/gogo/protobuf/proto" - -func init() { - // TODO(gvisor.dev/issue/6449): Upgrade runtimeoptions.proto after upgrading to containerd 1.5 - proto.RegisterType((*Options)(nil), "runtimeoptions.v1.Options") -} |