Delete dhcpcd init entries, since dhcpcd is no more.

Bug: 27192644
Change-Id: I2e632b6898d9e2f62e65b5fd3aa853c690fbdd1f
diff --git a/init.goldfish.rc b/init.goldfish.rc
index 0d801c1..9f06dfa 100644
--- a/init.goldfish.rc
+++ b/init.goldfish.rc
@@ -33,12 +33,6 @@
 
     setprop ro.setupwizard.mode EMULATOR
 
-# enable dhcpcd on eth0 interface
-service dhcpcd_eth0 /system/bin/dhcpcd -ABDKL
-    class main
-    disabled
-    oneshot    
-
 # enable Google-specific location features,
 # like NetworkLocationProvider and LocationCollector
     setprop ro.com.google.locationfeatures 1
diff --git a/init.ranchu.rc b/init.ranchu.rc
index b49c561..553a053 100644
--- a/init.ranchu.rc
+++ b/init.ranchu.rc
@@ -35,12 +35,6 @@
     start goldfish-logcat
     start goldfish-setup
 
-# enable dhcpcd on eth0 interface
-service dhcpcd_eth0 /system/bin/dhcpcd -ABDKL
-    class main
-    disabled
-    oneshot    
-
 # enable Google-specific location features,
 # like NetworkLocationProvider and LocationCollector
     setprop ro.com.google.locationfeatures 1