mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Delete IDLOptions::lang (#6841)
Co-authored-by: Casper Neo <cneo@google.com>
This commit is contained in:
@@ -527,7 +527,6 @@ int FlatCompiler::Compile(int argc, const char **argv) {
|
||||
flatbuffers::StripPath(flatbuffers::StripExtension(filename));
|
||||
|
||||
for (size_t i = 0; i < params_.num_generators; ++i) {
|
||||
parser->opts.lang = params_.generators[i].lang;
|
||||
if (generator_enabled[i]) {
|
||||
if (!print_make_rules) {
|
||||
flatbuffers::EnsureDirExists(output_path);
|
||||
|
||||
Reference in New Issue
Block a user