Remove unused grantors function in MQDescriptor am: 90d01ef298

Original change: https://android-review.googlesource.com/c/platform/system/libhidl/+/1493219

Change-Id: I3b39fdea551e13cba195c0f349997f9cd107a40e
diff --git a/base/include/hidl/MQDescriptor.h b/base/include/hidl/MQDescriptor.h
index 786c1be..0429444 100644
--- a/base/include/hidl/MQDescriptor.h
+++ b/base/include/hidl/MQDescriptor.h
@@ -57,12 +57,6 @@
         return mGrantors;
     }
 
-    // This should be removed if no one is using it. We shouldn't be returning
-    // a mutable reference if it's not necessary. TODO(b/162465295).
-    inline ::android::hardware::hidl_vec<GrantorDescriptor> &grantors() {
-        return mGrantors;
-    }
-
     inline const ::native_handle_t *handle() const {
         return mHandle;
     }