Cycles: Remove out of date comment

This commit is contained in:
Sergey Sharybin 2016-09-21 11:48:36 +02:00
parent 586c58902d
commit e4f7bf6ccb
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ ccl_device_inline bool shadow_blocked(KernelGlobals *kg, ShaderData *shadow_sd,
/* stop if all light is blocked */
if(is_zero(throughput)) {
/* free dynamic storage */
return true;
}