Remove a useless method

No seriously ?

Test: builds
Change-Id: Ie1508ce50a39e4c69a4b238067bab1e83ddaf019
This commit is contained in:
Chalard Jean
2020-09-15 16:18:38 +09:00
parent a3e6d6bb64
commit 563aaaba91

View File

@@ -5854,10 +5854,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
return nai == getDefaultNetwork(); return nai == getDefaultNetwork();
} }
private boolean isDefaultRequest(NetworkRequestInfo nri) {
return nri.request.requestId == mDefaultRequest.requestId;
}
// TODO : remove this method. It's a stopgap measure to help sheperding a number of dependent // TODO : remove this method. It's a stopgap measure to help sheperding a number of dependent
// changes that would conflict throughout the automerger graph. Having this method temporarily // changes that would conflict throughout the automerger graph. Having this method temporarily
// helps with the process of going through with all these dependent changes across the entire // helps with the process of going through with all these dependent changes across the entire