commit | 9470c2f1ab555311633d52e5ed8303a813061cdf | [log] [tgz] |
---|---|---|
author | Benoit Goby <benoit@android.com> | Wed Feb 20 15:04:53 2013 -0800 |
committer | Benoit Goby <benoit@android.com> | Wed Apr 24 21:31:45 2013 -0700 |
tree | a37585e3fa59304b3c42e0515773b8bdfa57459d | |
parent | 49edc0acf8c78171751676af0f530d9529987075 [diff] [blame] |
adb: Cleanup dead code dns_service is unused and recover_service has been replaced by adb sideload Change-Id: Ie90000d7f672e8299ee1622a9690c7371b214dc1
diff --git a/adb/adb.h b/adb/adb.h index a01d460..38767e5 100644 --- a/adb/adb.h +++ b/adb/adb.h
@@ -128,10 +128,7 @@ */ void (*close)(asocket *s); - /* socket-type-specific extradata */ - void *extra; - - /* A socket is bound to atransport */ + /* A socket is bound to atransport */ atransport *transport; };