summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Fabien Sanglard <sanglardf@google.com> 2023-09-27 00:31:21 +0000
committer Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-09-27 20:43:10 +0000
commit70d8890650b13d6f7022a722acf14031bb2dd280 (patch)
treea5706f0c30062399a054c442e527506393bf1626
parent07f30bb69a5d90cd164866c30c7547eb7167cfdb (diff)
Delete dead code
Test: Soong Bug: NA Change-Id: If671844e4bc36947acd05970d7208816b4e9a926
-rw-r--r--adbconnection/adbconnection.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/adbconnection/adbconnection.h b/adbconnection/adbconnection.h
index 63235b24e0..b6309e735d 100644
--- a/adbconnection/adbconnection.h
+++ b/adbconnection/adbconnection.h
@@ -33,7 +33,6 @@
namespace adbconnection {
-static constexpr char kJdwpControlName[] = "\0jdwp-control";
static constexpr char kAdbConnectionThreadName[] = "ADB-JDWP Connection Control Thread";
// The default jdwp agent name.