Remove configuration for avoiding JNI refs
Summary: @public Removes the configuration field to avoid weak JNI refs. It is no longer used. Reviewed By: marco-cova Differential Revision: D14424594 fbshipit-source-id: f0877022615a11ac5079354e0977c6893b7d58d7
This commit is contained in:
committed by
Facebook Github Bot
parent
3331a9e480
commit
3ad49d27d9
@@ -22,7 +22,6 @@ public class YogaConfig {
|
|||||||
long mNativePointer;
|
long mNativePointer;
|
||||||
private YogaLogger mLogger;
|
private YogaLogger mLogger;
|
||||||
private YogaNodeCloneFunction mYogaNodeCloneFunction;
|
private YogaNodeCloneFunction mYogaNodeCloneFunction;
|
||||||
public boolean avoidGlobalJNIRefs = false;
|
|
||||||
|
|
||||||
private native long jni_YGConfigNew();
|
private native long jni_YGConfigNew();
|
||||||
public YogaConfig() {
|
public YogaConfig() {
|
||||||
|
Reference in New Issue
Block a user