From 3b359726f86e943e74cfc8e269ebe815e67b7686 Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Fri, 15 Sep 2023 08:20:18 +0300 Subject: [PATCH] Remove the thing that was left when i was explaining to mat what to edit on the codegen to support android --- codegen/src/SourceGen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/src/SourceGen.cpp b/codegen/src/SourceGen.cpp index 26a911a1..35f58962 100644 --- a/codegen/src/SourceGen.cpp +++ b/codegen/src/SourceGen.cpp @@ -198,7 +198,7 @@ std::string generateBindingSource(Root const& root) { ) { 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; }