Skip to content

Commit 45bc890

Browse files
committed
Remove unused variables
1 parent d14ce49 commit 45bc890

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/windows/BluetoothLePlugin.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ module.exports = {
106106
return;
107107
}
108108

109-
var services;
110-
var searchServices;
111109
var deviceIdsFound = [];
112110
var result = [];
113111
var selector = "System.Devices.InterfaceClassGuid:=\"{6E3BB679-4372-40C8-9EAA-4509DF260CD8}\" AND System.Devices.InterfaceEnabled:=System.StructuredQueryType.Boolean#True";

0 commit comments

Comments
 (0)