Remove unnecessary ttrpc plugin configuration in Protobuild.toml

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan 2022-04-07 11:42:28 -07:00
parent 80efa545d4
commit 87c043efeb

View File

@ -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"]