Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 328fb4b3 authored by Wei Wang's avatar Wei Wang
Browse files

Remove one line of unused code.

Bug: 17769926
Change-Id: I02072dd113e846e485e9d69e11585e6ab49dfc5e
parent 10251733
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -546,7 +546,6 @@ public class GattService extends ProfileService {
    void onScanResult(String address, int rssi, byte[] adv_data) {
        if (VDBG) Log.d(TAG, "onScanResult() - address=" + address
                    + ", rssi=" + rssi);
        ScanRecord record = ScanRecord.parseFromBytes(adv_data);
        List<UUID> remoteUuids = parseUuids(adv_data);
        for (ScanClient client : mScanManager.getRegularScanQueue()) {
            if (client.uuids.length > 0) {