Remove obsolete vdc rule.

As of system/core commit 225459a5da21e9397ca49b0d9af7d5fe3462706b,
adbd no longer talks to vold. Remove the obsolete rule.

Bug: 12504045
Change-Id: I0a4f621afd8e5f8ab83219e7b0ff096c992d365f
diff --git a/adbd.te b/adbd.te
index 4b67647..704b7bd 100644
--- a/adbd.te
+++ b/adbd.te
@@ -44,10 +44,8 @@
 allow adbd shell_prop:property_service set;
 allow adbd powerctl_prop:property_service set;
 
-# XXX Run /system/bin/vdc to connect to vold.  Run in a separate domain?
-# Also covers running /system/bin/bu.
+# Run /system/bin/bu
 allow adbd system_file:file rx_file_perms;
-unix_socket_connect(adbd, vold, vold)
 
 # Perform binder IPC to surfaceflinger (screencap)
 # XXX Run screencap in a separate domain?