Revert "[Feature][T8TSK-250][ADBD]add adb debug patch"

This reverts commit 0300fcc023c83b5b569b0c0799aff58cfd65dd39.

Reason for revert: <INSERT REASONING HERE>

Change-Id: I82e92daf5003f885c4732744291c57425ef27642
diff --git a/src/devtools/adb/b64_pton.c b/src/devtools/adb/b64_pton.c
index 351309b..e5c3153 100644
--- a/src/devtools/adb/b64_pton.c
+++ b/src/devtools/adb/b64_pton.c
@@ -170,8 +170,7 @@
 static int
 b64_pton_do(char const *src, uint8_t *target, size_t targsize)
 {
-	int state;
-	unsigned int tarindex, ch;
+	int tarindex, state, ch;
 	uint8_t ofs;
 
 	state = 0;
@@ -288,8 +287,7 @@
 static int
 b64_pton_len(char const *src)
 {
-	int tarindex, state;
-	unsigned int  ch;
+	int tarindex, state, ch;
 	uint8_t ofs;
 
 	state = 0;