Cleanup: warnings

This commit is contained in:
Campbell Barton
2014-10-06 23:18:47 +02:00
parent cc02f929f9
commit 4c60aae66c
2 changed files with 0 additions and 2 deletions

View File

@@ -373,7 +373,6 @@ ccl_device void kernel_path_subsurface_update_volume_stack(KernelGlobals *kg,
Ray volume_ray = *ray;
Intersection isect;
const float3 Pend = volume_ray.P + volume_ray.D*volume_ray.t;
while(scene_intersect_volume(kg, &volume_ray, &isect))
{