diff options
| author | Frank Henigman <fjhenigman@chromium.org> | 2016-12-23 14:22:36 -0500 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-12-23 12:46:14 -0700 |
| commit | 3977f193d500cafef2e3de1279e52779dcdb8dfe (patch) | |
| tree | 1d70761deddc109e53825729a61ae93eeee44109 /layers/core_validation.cpp | |
| parent | 26c79580e66ffc840a4b4d53e1ccd768c95e0163 (diff) | |
| download | usermoji-3977f193d500cafef2e3de1279e52779dcdb8dfe.tar.xz | |
layers: remove unused variable
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 bcd18977..d6bd9eae 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -4353,7 +4353,6 @@ VKAPI_ATTR void VKAPI_CALL DestroyDevice(VkDevice device, const VkAllocationCall // Queues persist until device is destroyed dev_data->queueMap.clear(); // Report any memory leaks - DEVICE_MEM_INFO *pInfo = NULL; layer_debug_report_destroy_device(device); lock.unlock(); |
