Merge "Remove stale method from MtpServer" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-02-26 09:26:19 +00:00
committed by Android (Google) Code Review

View File

@@ -144,11 +144,6 @@ public class MtpServer implements Runnable {
native_remove_storage(storage.getStorageId());
}
public static void configure(boolean usePtp) {
native_configure(usePtp);
}
public static native final void native_configure(boolean usePtp);
private native final void native_setup(
MtpDatabase database,
FileDescriptor controlFd,