vk/util: remove unneeded array index
authorEric Engestrom <eric.engestrom@intel.com>
Fri, 5 Apr 2019 14:58:28 +0000 (15:58 +0100)
committerEric Engestrom <eric@engestrom.ch>
Mon, 8 Apr 2019 17:03:00 +0000 (17:03 +0000)
commited91ca0629a929bd3031d0acd908f7b46b6eb80c
treeacdfe7cfbb268dfa84701fb5a389295965f53e9b
parent27b8f3ecc318a5773e1f189bbfb65f43ad5c2aa0
vk/util: remove unneeded array index

This is an array of 1, so [0] is the only content, and meson already
flattens the list so this is unnecessary.
Also, all the other uses of vk_api_xml don't do that.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/vulkan/util/meson.build