remove unused code from minadbd

Change-Id: I2f192c67ef425a53a1dba65d3e0544c1d5a567bd
diff --git a/minadbd/README.txt b/minadbd/README.txt
index 1413fe2..c9df484 100644
--- a/minadbd/README.txt
+++ b/minadbd/README.txt
@@ -8,12 +8,15 @@
   - only uses USB transport
   - references to JDWP removed
   - main() removed
+  - all ADB_HOST and win32 code removed
+  - removed listeners, logging code, background server (for host)
 
 adb.h
   - minor changes to match adb.c changes
 
 sockets.c
   - references to JDWP removed
+  - ADB_HOST code removed
 
 services.c
   - all services except echo_service (which is commented out) removed
@@ -29,3 +32,8 @@
 sysdeps.h
   - changes adb_creat() to use O_NOFOLLOW
 
+transport.c
+  - removed ADB_HOST code
+
+transport_usb.c
+  - removed ADB_HOST code