Remove the thing that was left when i was explaining to mat what to edit on the codegen to support android

This commit is contained in:
altalk23 2023-09-15 08:20:18 +03:00
parent 372ea0e78c
commit 3b359726f8

View file

@ -198,7 +198,7 @@ std::string generateBindingSource(Root const& root) {
) { ) {
used_declare_format = format_strings::declare_virtual_error; used_declare_format = format_strings::declare_virtual_error;
} }
else if (codegen::getStatus(f) != BindStatus::NeedsBinding && !android_has_boobs(f)) { else if (codegen::getStatus(f) != BindStatus::NeedsBinding) {
continue; continue;
} }