diff options
author | Elliott Hughes <enh@google.com> | 2015-12-11 19:07:01 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-12-14 10:50:21 -0800 |
commit | 1b708d368f29e6053064c9cf6949ab6ebdbb7ac5 (patch) | |
tree | 3fc838c8c455c0f612ebafd3592d0aa551853221 /adb/usb_windows.cpp | |
parent | 796ea6a65d790fba1a9d77cfcaf453825936a146 (diff) | |
download | core-1b708d368f29e6053064c9cf6949ab6ebdbb7ac5.tar.gz core-1b708d368f29e6053064c9cf6949ab6ebdbb7ac5.tar.bz2 core-1b708d368f29e6053064c9cf6949ab6ebdbb7ac5.zip |
Share the new adb USB diagnostic code with fastboot.
Bug: http://b/26134129
Change-Id: Ieaf0651c7b3f8a028760982091ec63a21a5484ba
Diffstat (limited to 'adb/usb_windows.cpp')
-rw-r--r-- | adb/usb_windows.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/adb/usb_windows.cpp b/adb/usb_windows.cpp index 91246852f..8d3501e24 100644 --- a/adb/usb_windows.cpp +++ b/adb/usb_windows.cpp @@ -659,12 +659,3 @@ static void kick_devices() { } adb_mutex_unlock(&usb_lock); } - -// kCsNoPerm is Linux-only. -std::string UsbNoPermissionsShortHelpText() { - return ""; -} - -std::string UsbNoPermissionsLongHelpText() { - return ""; -} |