diff options
Diffstat (limited to 'adb/adb.h')
-rw-r--r-- | adb/adb.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -73,11 +73,6 @@ struct amessage { }; struct apacket { - apacket* next; - - size_t len; - char* ptr; - amessage msg; char data[MAX_PAYLOAD]; }; |