From 87c043efeb0008dc73ad3cea2d501c5e517c87a1 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Thu, 7 Apr 2022 11:42:28 -0700 Subject: [PATCH] Remove unnecessary ttrpc plugin configuration in Protobuild.toml Signed-off-by: Derek McGowan --- Protobuild.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Protobuild.toml b/Protobuild.toml index ed49317..34e61aa 100644 --- a/Protobuild.toml +++ b/Protobuild.toml @@ -23,4 +23,3 @@ generators = ["go"] # enable ttrpc and disable fieldpath and grpc for the shim prefixes = ["github.com/containerd/ttrpc/integration/streaming"] generators = ["go", "go-ttrpc"] -plugins = ["ttrpc"]