summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/opp/TestActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/bluetooth/opp/TestActivity.java')
-rw-r--r--src/com/android/bluetooth/opp/TestActivity.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/bluetooth/opp/TestActivity.java b/src/com/android/bluetooth/opp/TestActivity.java
index 4266f6850..ed8226b65 100644
--- a/src/com/android/bluetooth/opp/TestActivity.java
+++ b/src/com/android/bluetooth/opp/TestActivity.java
@@ -455,8 +455,6 @@ class TestTcpListener {
class TestTcpServer extends ServerRequestHandler implements Runnable {
private static final String TAG = "ServerRequestHandler";
- private static final boolean D = Constants.DEBUG;
-
private static final boolean V = Constants.VERBOSE;
static final int port = 6500;