Cleanup: Remove unused return

This commit is contained in:
Omar Emara
2024-03-04 19:15:06 +02:00
parent a1b10f85cd
commit 19188582b0

View File

@@ -74,7 +74,7 @@ ShaderCompileUnit &CompileState::get_shader_compile_unit()
void CompileState::reset_shader_compile_unit()
{
return shader_compile_unit_.clear();
shader_compile_unit_.clear();
}
bool CompileState::should_compile_shader_compile_unit(DNode node)