sensors: remove vendor.sscrpcd and sensors.qti

vendor.sscrpcd and sensors.qti are added from other init scripts from
AU021 (ag/10415396).
There were errors when defined twice so keep QC original files and
remove the duplicate definations here.

Bug: 150754970
Test: Compiled pass && no error found
Signed-off-by: Rick Chen <rickctchen@google.com>
Change-Id: I951063455dff8c867cb25b63ad8485d1b40422a8
diff --git a/init.hardware.rc b/init.hardware.rc
index acc75a3..d60267b 100644
--- a/init.hardware.rc
+++ b/init.hardware.rc
@@ -202,10 +202,7 @@
     restorecon_recursive /mnt/vendor/persist
 
 on late-fs
-    # Start devices by sysfs trigger, including SLPI. SLPI waits for sscrpcd to
-    # read /persist, so to prevent SLPI startup delays, start both here.
     start devstart_sh
-    start vendor.sscrpcd
 
     # Start services for bootanim
     start surfaceflinger
@@ -641,19 +638,6 @@
 on property:persist.vendor.sys.ssr.enable_ramdumps=0
     write /sys/module/subsystem_restart/parameters/enable_ramdumps 0
 
-service sensors.qti /vendor/bin/sensors.qti
-    class core
-    user system
-    group system
-    # Grants the ability for this daemon to bind IPC router ports so it can
-    # register QMI services
-    capabilities NET_BIND_SERVICE
-
-service vendor.sscrpcd  /vendor/bin/sscrpcd
-    class core
-    user system
-    group system
-
 service adsprpcd /vendor/bin/adsprpcd
    class main
    user media