aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Forbes <chrisforbes@google.com>2016-01-18 08:36:20 +1300
committerMark Lobodzinski <mark@lunarg.com>2016-01-18 15:59:35 -0700
commit0bc0c6b1a8c8602ecdb8912e43145b9aa188429b (patch)
tree90641e8b0075075ca05657b02fdca800591033e2
parentd2818e486c9eff3e9e97499c0407491601be5a6e (diff)
downloadusermoji-0bc0c6b1a8c8602ecdb8912e43145b9aa188429b.tar.xz
layers: MR140, Remove some commented merge remnants
-rw-r--r--layers/draw_state.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp
index e2a81fb1..b1ee733f 100644
--- a/layers/draw_state.cpp
+++ b/layers/draw_state.cpp
@@ -1557,7 +1557,6 @@ static VkBool32 verifyPipelineCreateState(layer_data* my_data, const VkDevice de
{
VkBool32 skipCall = VK_FALSE;
- //if (!validate_pipeline_shaders(my_data, device, &(pPipeline->graphicsPipelineCI))) {
if (!validate_pipeline_shaders(my_data, device, pPipeline)) {
skipCall = VK_TRUE;
}