Merge "android.os.Binder: remove unused getFinalizer"

This commit is contained in:
Treehugger Robot
2020-09-08 15:26:56 +00:00
committed by Gerrit Code Review

View File

@@ -984,7 +984,6 @@ public class Binder implements IBinder {
} }
private static native long getNativeBBinderHolder(); private static native long getNativeBBinderHolder();
private static native long getFinalizer();
/** /**
* By default, we use the calling uid since we can always trust it. * By default, we use the calling uid since we can always trust it.