layers: MR140, Remove some commented merge remnants
authorChris Forbes <chrisforbes@google.com>
Sun, 17 Jan 2016 19:36:20 +0000 (08:36 +1300)
committerMark Lobodzinski <mark@lunarg.com>
Mon, 18 Jan 2016 22:59:35 +0000 (15:59 -0700)
layers/draw_state.cpp

index e2a81fb..b1ee733 100644 (file)
@@ -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;
     }