radv: remove irrelevant comment

A leftover from anv.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
Grazvydas Ignotas 2017-04-14 19:54:35 +03:00
parent 1b2fe7ce45
commit bffdb434b7
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ void radv_GetPhysicalDeviceProperties(
.deviceID = pdevice->rad_info.pci_id,
.deviceType = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU,
.limits = limits,
.sparseProperties = {0}, /* Broadwell doesn't do sparse. */
.sparseProperties = {0},
};
strcpy(pProperties->deviceName, pdevice->name);