diff options
| author | Chris Forbes <chrisforbes@google.com> | 2016-11-24 14:52:24 +1300 |
|---|---|---|
| committer | Chris Forbes <chrisforbes@google.com> | 2016-11-29 08:32:15 +1300 |
| commit | 5b6dab557566d657386c29e0ae56f8ab7151dfd6 (patch) | |
| tree | cde1109e1420c02627fe16a81fc650d67cc0a1cf /layers/parameter_validation.cpp | |
| parent | 4070e4cb55b216af4df0b7b2607271a917988bf4 (diff) | |
| download | usermoji-5b6dab557566d657386c29e0ae56f8ab7151dfd6.tar.xz | |
layers: Remove some noise from PV, add to authors
Signed-off-by: Chris Forbes <chrisforbes@google.com>
Diffstat (limited to 'layers/parameter_validation.cpp')
| -rw-r--r-- | layers/parameter_validation.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/layers/parameter_validation.cpp b/layers/parameter_validation.cpp index 078a0aa6..e3c5aae3 100644 --- a/layers/parameter_validation.cpp +++ b/layers/parameter_validation.cpp @@ -19,6 +19,7 @@ * Author: Tony Barbour <tony@LunarG.com> * Author: Mark Lobodzinski <mark@LunarG.com> * Author: Dustin Graves <dustin@lunarg.com> + * Author: Chris Forbes <chrisforbes@google.com> */ #define NOMINMAX @@ -71,9 +72,6 @@ struct instance_layer_data { }; struct layer_data { - instance_layer_data *instance_data = nullptr; - - // Device Data debug_report_data *report_data = nullptr; // Map for queue family index to queue count std::unordered_map<uint32_t, uint32_t> queueFamilyIndexMap; |
