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

Commit 296ac3f0 authored by Josh Gao's avatar Josh Gao
Browse files

adb: fix mac build breakage.

Bug: http://b/129786641
Test: none
Change-Id: Ibe051a0db2f912d1f7e55369e25a5bd38bf86fd5
parent 3b25a17a
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -557,9 +557,7 @@ int usb_close(usb_handle *handle)
}

void usb_reset(usb_handle* handle) {
    if (!handle->dead) {
        (*handle->interface)->USBDeviceReEnumerate(handle->interface, 0);
    }
    // Unimplemented on OS X.
    usb_kick(handle);
}