From 2e7582d5bf4235cec1e74da43a1a42839261fd1a Mon Sep 17 00:00:00 2001 From: "Philip K. Warren" Date: Mon, 26 Feb 2024 20:50:12 -0500 Subject: [PATCH] remove wasm comment --- private/bufpkg/bufpluginexec/bufpluginexec.go | 1 - 1 file changed, 1 deletion(-) diff --git a/private/bufpkg/bufpluginexec/bufpluginexec.go b/private/bufpkg/bufpluginexec/bufpluginexec.go index 60ef416805..e9c9b65765 100644 --- a/private/bufpkg/bufpluginexec/bufpluginexec.go +++ b/private/bufpkg/bufpluginexec/bufpluginexec.go @@ -120,7 +120,6 @@ func GenerateWithProtocPath(protocPath string) GenerateOption { // // protocPath and pluginPath are optional. // -// - If a WASM plugin path is specified as the plugin name, this returns a WASM handler. // - If the plugin path is set, this returns a new binary handler for that path. // - If the plugin path is unset, this does exec.LookPath for a binary named protoc-gen-pluginName, // and if one is found, a new binary handler is returned for this.