diff options
Diffstat (limited to 'adb/adb.h')
-rw-r--r-- | adb/adb.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -128,10 +128,7 @@ struct asocket { */ void (*close)(asocket *s); - /* socket-type-specific extradata */ - void *extra; - - /* A socket is bound to atransport */ + /* A socket is bound to atransport */ atransport *transport; }; |