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.