blob: 29fc82638ab0d629dfa4f8e32e4c6e9969ffd4f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- contrib/libs/protobuf/src/google/protobuf/descriptor.h (d41e0f52b204831b82c746275d9339deba1980b3)
+++ contrib/libs/protobuf/src/google/protobuf/descriptor.h (224e5c6eb476648794a67b47aa67ced218b4043c)
@@ -1952,7 +1952,6 @@ class PROTOBUF_EXPORT DescriptorPool {
PROTOBUF_IGNORE_DEPRECATION_STOP
}
- private:
// These should never be called directly, but if a legacy class overrides
// them they'll get routed to by the Record* methods.
DUMMY_DEPRECATED("Use RecordError")
--- contrib/libs/protobuf/src/google/protobuf/io/tokenizer.h (d41e0f52b204831b82c746275d9339deba1980b3)
+++ contrib/libs/protobuf/src/google/protobuf/io/tokenizer.h (224e5c6eb476648794a67b47aa67ced218b4043c)
@@ -96,7 +96,6 @@ class PROTOBUF_EXPORT ErrorCollector {
PROTOBUF_IGNORE_DEPRECATION_STOP
}
- private:
// These should never be called directly, but if a legacy class overrides
// them they'll get routed to by the Record* methods.
DUMMY_DEPRECATED("Use RecordError")
|