diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-26 15:11:45 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-06-29 11:28:17 -0600 |
| commit | 482bc88d3be7ab8120a054dec1e339928d5b93f7 (patch) | |
| tree | 43c74be82bec46f03646e1fb2144b6d0e8ae3b35 /layers/image.cpp | |
| parent | d95c71d68bc97bcdb84d7b2bc09d2b521d57c3f3 (diff) | |
| download | usermoji-482bc88d3be7ab8120a054dec1e339928d5b93f7.tar.xz | |
layers: Remove unneeded asserts
We'll soon break the rule being asserted, so remove
them.
Diffstat (limited to 'layers/image.cpp')
| -rw-r--r-- | layers/image.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/layers/image.cpp b/layers/image.cpp index bde0a953..dab89e9f 100644 --- a/layers/image.cpp +++ b/layers/image.cpp @@ -61,7 +61,6 @@ debug_report_data *mdd(VkObject object) #if DISPATCH_MAP_DEBUG fprintf(stderr, "MDD: map: %p, object: %p, key: %p, data: %p\n", &layer_data_map, object, key, data); #endif - assert(data->report_data != NULL); return data->report_data; } @@ -73,7 +72,6 @@ debug_report_data *mid(VkInstance object) #if DISPATCH_MAP_DEBUG fprintf(stderr, "MID: map: %p, object: %p, key: %p, data: %p\n", &layer_data_map, object, key, data); #endif - assert(data->report_data != NULL); return data->report_data; } |
