Merge "libbinder: service driver fuzzes nested ifaces" am: 9146157b64

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2039007

Change-Id: I17db9f3d69f3ed8b95c27fd59c3ad345e1e57678
diff --git a/vulkan/libvulkan/swapchain.cpp b/vulkan/libvulkan/swapchain.cpp
index 0b9ba05..5e36adf 100644
--- a/vulkan/libvulkan/swapchain.cpp
+++ b/vulkan/libvulkan/swapchain.cpp
@@ -805,10 +805,6 @@
         }
     }
 
-    // NOTE: Any new formats that are added must be coordinated across different
-    // Android users.  This includes the ANGLE team (a layered implementation of
-    // OpenGL-ES).
-
     VkResult result = VK_SUCCESS;
     if (formats) {
         uint32_t transfer_count = all_formats.size();