Skip to content

[MonoVM] Remove unused native code #10257

@grendello

Description

@grendello

Android framework version

net10.0-android (Preview)

Description

There might be unused native code in the MonoVM host in src/native/mono/

Search for unused functions in both header files (*.hh) as well as in the code files (*.cc) in the src/native/mono/ directory and its subdirectories.

Pay attention to p/invoke calls (cross-reference them with C# code in the src/Mono.Android/ directory and its subdirectories)

DO NOT remove functions that are called by the managed code.

Metadata

Metadata

Assignees

Labels

needs-triageIssues that need to be assigned.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions