diff options
| author | Tobin Ehlis <tobine@google.com> | 2016-05-05 08:29:41 -0600 |
|---|---|---|
| committer | Tobin Ehlis <tobine@google.com> | 2016-05-05 08:29:41 -0600 |
| commit | 2163a2ebb0c299efe2dde05c84559288519d02c5 (patch) | |
| tree | 7cb1019e3529b0214402151d641fd8baca21c990 | |
| parent | c3bb7e48959edafd24fda4cba86f199cdf716b86 (diff) | |
| download | usermoji-2163a2ebb0c299efe2dde05c84559288519d02c5.tar.xz | |
layers: Kill unused var that was breaking android build
| -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 c30ac256..dd98891b 100644 --- a/layers/core_validation.cpp +++ b/layers/core_validation.cpp @@ -1671,7 +1671,6 @@ static bool validate_vi_against_vs_inputs(layer_data *my_data, VkPipelineVertexI static bool validate_fs_outputs_against_render_pass(layer_data *my_data, shader_module const *fs, spirv_inst_iter entrypoint, RENDER_PASS_NODE const *rp, uint32_t subpass) { - const std::vector<VkFormat> &color_formats = rp->subpassColorFormats[subpass]; std::map<location_t, interface_var> outputs; std::map<uint32_t, VkFormat> color_attachments; for (auto i = 0u; i < rp->subpassColorFormats[subpass].size(); i++) { |
