Auto-generate files after cl/922881912
diff --git a/php/ext/google/protobuf/php-upb.h b/php/ext/google/protobuf/php-upb.h index 45a65be..d319ca2 100644 --- a/php/ext/google/protobuf/php-upb.h +++ b/php/ext/google/protobuf/php-upb.h
@@ -17762,12 +17762,8 @@ // We want to copy the options verbatim into the destination options proto. // We use serialize+parse as our deep copy. -#if UPB_FUTURE_FREEZE_OPTIONS #define _UPB_FREEZE_OPTIONS(target, options_type) \ upb_Message_Freeze((upb_Message*)target, UPB_DESC_MINITABLE(options_type)) -#else -#define _UPB_FREEZE_OPTIONS(target, options_type) -#endif #define UPB_DEF_SET_OPTIONS(target, desc_type, options_type, proto) \ if (google_protobuf_##desc_type##_has_options(proto)) { \
diff --git a/ruby/ext/google/protobuf_c/ruby-upb.h b/ruby/ext/google/protobuf_c/ruby-upb.h index 74c12d8..47e7cbd 100755 --- a/ruby/ext/google/protobuf_c/ruby-upb.h +++ b/ruby/ext/google/protobuf_c/ruby-upb.h
@@ -17559,12 +17559,8 @@ // We want to copy the options verbatim into the destination options proto. // We use serialize+parse as our deep copy. -#if UPB_FUTURE_FREEZE_OPTIONS #define _UPB_FREEZE_OPTIONS(target, options_type) \ upb_Message_Freeze((upb_Message*)target, UPB_DESC_MINITABLE(options_type)) -#else -#define _UPB_FREEZE_OPTIONS(target, options_type) -#endif #define UPB_DEF_SET_OPTIONS(target, desc_type, options_type, proto) \ if (google_protobuf_##desc_type##_has_options(proto)) { \