summaryrefslogtreecommitdiffstats
path: root/adb/adb.h
diff options
context:
space:
mode:
Diffstat (limited to 'adb/adb.h')
-rw-r--r--adb/adb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/adb/adb.h b/adb/adb.h
index b5d6bcbf0..c9c635a8d 100644
--- a/adb/adb.h
+++ b/adb/adb.h
@@ -73,11 +73,6 @@ struct amessage {
};
struct apacket {
- apacket* next;
-
- size_t len;
- char* ptr;
-
amessage msg;
char data[MAX_PAYLOAD];
};