Remove input flinger stubs.  (DO NOT MERGE)

Bug: 10446930
Change-Id: I88b926380dbe1e866c0b87ec95b3489d87c5907b
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 729879a..6140ba1 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -446,7 +446,6 @@
     onrestart restart zygote
     onrestart restart media
     onrestart restart surfaceflinger
-    onrestart restart inputflinger
     onrestart restart drm
 
 service vold /system/bin/vold
@@ -476,12 +475,6 @@
     group graphics drmrpc
     onrestart restart zygote
 
-service inputflinger /system/bin/inputflinger
-    class main
-    user system
-    group input
-    onrestart restart zygote
-
 service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
     class main
     socket zygote stream 660 root system