From 5de563c99c0c5ef48a08d64b62efac66cf57bea4 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 4 Oct 2020 17:46:13 +0100 Subject: [PATCH] Removed comment from algorithm --- src/Algorithm.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Algorithm.cpp b/src/Algorithm.cpp index 6dea1c3..c2f4e72 100644 --- a/src/Algorithm.cpp +++ b/src/Algorithm.cpp @@ -268,11 +268,6 @@ Algorithm::createPipeline(std::vector specializationData) this->mDevice->createComputePipeline(*this->mPipelineCache, pipelineInfo); this->mFreePipeline = true; - //if (pipelineResult.result != vk::Result::eSuccess) { - // throw std::runtime_error("Failed to create pipeline result: " + - // vk::to_string(pipelineResult.result)); - //} - this->mFreePipeline = true; this->mPipeline = std::make_shared(pipelineResult); }