Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking: Remove YGConfigGetInstanceCount (#39369)
Summary: X-link: facebook/yoga#1370 Pull Request resolved: #39369 This was added in facebook/yoga#497 specifically for tests related to memory leaks in the C# bindings to count how often YGConfigFree. This is the wrong layer for this check, we don't have officially supported C# bindings anymore, and this API is not safe when Yoga runs on multiple threads. This removes it, similar to a global node instance count that was also previously removed. Reviewed By: rshest Differential Revision: D49131207 fbshipit-source-id: 4c66f4e0692ff579ce4d8ee38e2f1176977a766d
- Loading branch information