Remove warning from plugin.proto that it's experimental

(The proto has been in production use for a long time now.)
pull/10244/head
Jon Skeet 3 years ago
parent 74abfe447c
commit 934b3b0871
  1. 3
      src/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.

Loading…
Cancel
Save