Delete dhcpcd init entries, since dhcpcd is no more.

Bug: 27192644
Change-Id: I3a682a96bb14977678159c5bd6ee361b92763905
diff --git a/init.bullhead.rc b/init.bullhead.rc
index 0ac6352..8d129af 100644
--- a/init.bullhead.rc
+++ b/init.bullhead.rc
@@ -266,14 +266,6 @@
 on property:wc_transport.start_hci=false
     stop start_hci_filter
 
-service dhcpcd_bt-pan /system/bin/dhcpcd -BKLG
-    disabled
-    oneshot
-
-service iprenew_bt-pan /system/bin/dhcpcd -n
-    disabled
-    oneshot
-
 # QMUX must be in multiple groups to support external process connections
 service qmuxd /system/bin/qmuxd
     class main
@@ -332,9 +324,6 @@
     socket thermal-recv-passive-client stream 0666 system system
     group root
 
-on property:init.svc.wpa_supplicant=stopped
-    stop dhcpcd
-
 service wpa_supplicant /system/bin/wpa_supplicant \
     -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \
     -I/system/etc/wifi/wpa_supplicant_overlay.conf \
@@ -364,36 +353,6 @@
     disabled
     oneshot
 
-service dhcpcd_wlan0 /system/bin/dhcpcd -aABDKL
-    class late_start
-    disabled
-    oneshot
-
-service dhcpcd_p2p /system/bin/dhcpcd -aABKL
-    class late_start
-    disabled
-    oneshot
-
-service iprenew_wlan0 /system/bin/dhcpcd -n
-    class late_start
-    disabled
-    oneshot
-
-service iprenew_p2p /system/bin/dhcpcd -n
-    class late_start
-    disabled
-    oneshot
-
-service dhcpcd_eth0 /system/bin/dhcpcd -aABDKL
-    class late_start
-    disabled
-    oneshot
-
-service iprenew_eth0 /system/bin/dhcpcd -n
-    class late_start
-    disabled
-    oneshot
-
 service loc_launcher /system/bin/loc_launcher
     #loc_launcher will start as root and set its uid to gps
     class late_start