diff options
| author | Chris Forbes <chrisforbes@google.com> | 2016-06-23 17:03:55 +1200 |
|---|---|---|
| committer | Chris Forbes <chrisforbes@google.com> | 2016-08-01 14:48:47 +1200 |
| commit | e10bf6b1865a6c6f432b8eb5a609f7bb7a523e93 (patch) | |
| tree | 99593b667bbfba31bfc4207b03060b16b73edeb3 /layers/core_validation.cpp | |
| parent | 2e1f982faa8567a4dfed615d9bd758640002442e (diff) | |
| download | usermoji-e10bf6b1865a6c6f432b8eb5a609f7bb7a523e93.tar.xz | |
layers: Drop QUEUE_NODE::device
This was unused.
Signed-off-by: Chris Forbes <chrisforbes@google.com>
Diffstat (limited to 'layers/core_validation.cpp')
| -rw-r--r-- | layers/core_validation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp index 701ad943..d6197a96 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -5041,7 +5041,6 @@ VKAPI_ATTR void VKAPI_CALL GetDeviceQueue(VkDevice device, uint32_t queueFamilyI if (result.second == true) { QUEUE_NODE *pQNode = &dev_data->queueMap[*pQueue]; pQNode->queue = *pQueue; - pQNode->device = device; } } |
