deprecate the two options which have no effect of their own (#8831)

This commit is contained in:
Justin Davis
2025-12-08 06:03:11 -05:00
committed by GitHub
parent 541dd1a8f5
commit e60c0ab9e2
3 changed files with 6 additions and 36 deletions

View File

@@ -707,8 +707,6 @@ struct IDLOptions {
bool json_nested_flatbuffers;
bool json_nested_flexbuffers;
bool json_nested_legacy_flatbuffers;
bool ts_flat_files;
bool ts_entry_points;
bool ts_no_import_ext;
bool no_leak_private_annotations;
bool require_json_eof;
@@ -852,8 +850,6 @@ struct IDLOptions {
json_nested_flatbuffers(true),
json_nested_flexbuffers(true),
json_nested_legacy_flatbuffers(false),
ts_flat_files(false),
ts_entry_points(false),
ts_no_import_ext(false),
no_leak_private_annotations(false),
require_json_eof(true),