Chromium Code Reviews

Unified Diff: device/bluetooth/bluetooth_device_win.cc

Issue 1220133003: Fixed all unused-variable Clang warnings on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iaccessible2-fix-gn
Patch Set: Rebase. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: device/bluetooth/bluetooth_device_win.cc
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc
index de00817726eadf017ec4d293ccf1c81fa344d60d..ed51d4be2e74b2696b75eee5ff9ec7bfec019942 100644
--- a/device/bluetooth/bluetooth_device_win.cc
+++ b/device/bluetooth/bluetooth_device_win.cc
@@ -20,8 +20,6 @@
namespace {
-const int kSdpBytesBufferSize = 1024;
-
const char kApiUnavailable[] = "This API is not implemented on this platform.";
} // namespace

Powered by Google App Engine