am cddb15b8: am b4e74db7: am 3fa71b8e: Merge "Remove sshd."

* commit 'cddb15b8a9057e7efacf2de9c9a6a887fd666663':
  Remove sshd.
diff --git a/rootdir/init.rc b/rootdir/init.rc
index b4317c0..b3ccae1 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -281,8 +281,6 @@
     mkdir /data/app-lib 0771 system system
     mkdir /data/app 0771 system system
     mkdir /data/property 0700 root root
-    mkdir /data/ssh 0750 root shell
-    mkdir /data/ssh/empty 0700 root root
 
     # create dalvik-cache, so as to enforce our permissions
     mkdir /data/dalvik-cache 0771 system system
@@ -643,10 +641,6 @@
     disabled
     oneshot
 
-service sshd /system/bin/start-ssh
-    class main
-    disabled
-
 service mdnsd /system/bin/mdnsd
     class main
     user mdnsr