init: Remove duplicated definition for rmt_storage

There is already vendor.qti.rmt_storage.rc in proprietary

Bug: 145580083
Change-Id: I2435a310e0da4e725f30905af512aa211dde8127
diff --git a/init.hardware.rc b/init.hardware.rc
index 01a6b70..be7a919 100644
--- a/init.hardware.rc
+++ b/init.hardware.rc
@@ -383,7 +383,6 @@
 
     start init-modem-sh
 
-    start rmt_storage
     start rfs_access
 
     # default country code
@@ -618,13 +617,6 @@
    user root
    oneshot
 
-service rmt_storage /vendor/bin/rmt_storage
-    class core
-    user root
-    group system wakelock
-    ioprio rt 0
-    shutdown critical
-
 service tftp_server /vendor/bin/tftp_server
    class core
    user root