Skip to content

Commit 17076e0

Browse files
author
J Liu
committed
removes unused variable
1 parent c676fbc commit 17076e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/com/example/deco3801project/WaterIntake.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,7 @@ protected void onNewIntent(Intent intent) {
392392
public class ConnectThread extends Thread {
393393
BluetoothSocket socket;
394394
final BluetoothDevice bDevice;
395-
final BluetoothAdapter bAdapter;
396395
private ConnectThread(BluetoothDevice device) throws IOException {
397-
bAdapter = BluetoothAdapter.getDefaultAdapter();
398396
BluetoothSocket tmp = null;
399397
bDevice = device;
400398
UUID uuid = UUID.fromString("f04c83b4-0f9a-4d5c-869d-700833daeec1");

0 commit comments

Comments
 (0)