From 315a9454c08e744ac89600b39e0e5db5f73181c2 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 12 Jul 2022 10:25:38 +0100 Subject: [PATCH] Remove warning from plugin.proto that it's experimental (The proto has been in production use for a long time now.) --- google/protobuf/compiler/plugin.proto | 3 --- 1 file changed, 3 deletions(-) diff --git a/google/protobuf/compiler/plugin.proto b/google/protobuf/compiler/plugin.proto index 9242aacc5bd9b..0f46a45485904 100644 --- a/google/protobuf/compiler/plugin.proto +++ b/google/protobuf/compiler/plugin.proto @@ -30,9 +30,6 @@ // Author: kenton@google.com (Kenton Varda) // -// WARNING: The plugin interface is currently EXPERIMENTAL and is subject to -// change. -// // protoc (aka the Protocol Compiler) can be extended via plugins. A plugin is // just a program that reads a CodeGeneratorRequest from stdin and writes a // CodeGeneratorResponse to stdout.