Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2171)

Unified Diff: device/usb/usb_device_handle_usbfs.h

Issue 1995983002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/usb/usb_device_handle_usbfs.h
diff --git a/device/usb/usb_device_handle_usbfs.h b/device/usb/usb_device_handle_usbfs.h
index 34d68341a7bb65406def7f5da91d1196e6f5e634..b66c9d2b09999b57213836aa72d373a77f991ab0 100644
--- a/device/usb/usb_device_handle_usbfs.h
+++ b/device/usb/usb_device_handle_usbfs.h
@@ -137,7 +137,6 @@ class UsbDeviceHandleUsbfs : public UsbDeviceHandle {
base::ScopedFD fd_;
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_;
- base::ThreadChecker thread_checker_;
// Maps claimed interfaces by interface number to their current alternate
// setting.

Powered by Google App Engine
This is Rietveld 408576698