ports/devel/protobuf-c/patches/patch-protoc-c_c_bytes_field_h

15 lines
348 B
Text
Raw Normal View History

2023-09-17 04:05:06 +00:00
https://github.com/protobuf-c/protobuf-c/pull/673
Index: protoc-c/c_bytes_field.h
--- protoc-c/c_bytes_field.h.orig
+++ protoc-c/c_bytes_field.h
@@ -87,8 +87,6 @@ class BytesFieldGenerator : public FieldGenerator {
private:
std::map<std::string, std::string> variables_;
-
- GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(BytesFieldGenerator);
};