commit | 00e50dc9c1830e440bb7d0d2f4a4da39c67d0c26 | [log] [tgz] |
---|---|---|
author | Joe Tsai <joetsai@digital-static.net> | Tue Apr 16 12:39:41 2019 -0700 |
committer | Joe Tsai <thebrokentoaster@gmail.com> | Tue Apr 16 23:53:07 2019 +0000 |
tree | 2baa657c86746c6f6d8ff01d483c114a916a0e00 | |
parent | ab61d41ec93f50a14e11bb0da0a802e4017d1222 [diff] [blame] |
runtime/protoimpl: remove ExtensionFieldsV1 This is no longer directly used by v1. Change-Id: I14a283dd2d1572d50ebd82fdf55f7d86bfacc272 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/172438 Reviewed-by: Damien Neil <dneil@google.com>
diff --git a/internal/impl/legacy_test.go b/internal/impl/legacy_test.go index 1bc5acf..84cf071 100644 --- a/internal/impl/legacy_test.go +++ b/internal/impl/legacy_test.go
@@ -29,7 +29,7 @@ type legacyTestMessage struct { XXX_unrecognized []byte - XXX_InternalExtensions pimpl.ExtensionFieldsV1 + XXX_InternalExtensions map[int32]pimpl.ExtensionFieldV1 } func (*legacyTestMessage) Reset() {}