Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fml: delete scoped_nsobject.h,mm #56382

Merged
merged 1 commit into from
Nov 5, 2024

Commits on Nov 5, 2024

  1. fml: delete scoped_nsobject.h,mm

    fml::scoped_nsobject and fml::scoped_nsprotocol classes are no longer
    necessary now that the entire codebase has been migrated to ARC.
    
    This also eliminates the fml_arc_unittests target which tests that code.
    All references to that target in documentation, run_tests.py have been
    removed. This target was used in various `et` build/query unit tests and
    has been replaced with the fml_unittests target in those cases.
    
    Issue: flutter/flutter#137801
    cbracken committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    67095a6 View commit details
    Browse the repository at this point in the history