Skip to content
Snippets Groups Projects
Commit 387bf5dc authored by Jaswant Panchumarti (Kitware)'s avatar Jaswant Panchumarti (Kitware)
Browse files

Remove unnecessary assert

- assert on a stack variable does not seem useful
parent 4c6d4997
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,6 @@ void vtkWebGPUComputePass::SetShaderSourceFromPath(const char* shaderFilePath)
}
vtksys::ifstream inputFileStream(shaderFilePath);
assert(inputFileStream);
std::string source(
(std::istreambuf_iterator<char>(inputFileStream)), std::istreambuf_iterator<char>());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment