[Bf-blender-cvs] [1c46ecd] master: Cleanup: Remove unneded (void) line, we don't have ifdefs here anymore.

Thomas Dinges noreply at git.blender.org
Sat May 7 15:55:57 CEST 2016


Commit: 1c46ecd86b3f5a61fc0392cc2154bdb33273c092
Author: Thomas Dinges
Date:   Sat May 7 15:55:28 2016 +0200
Branches: master
https://developer.blender.org/rB1c46ecd86b3f5a61fc0392cc2154bdb33273c092

Cleanup: Remove unneded (void) line, we don't have ifdefs here anymore.

===================================================================

M	intern/cycles/device/device_cuda.cpp

===================================================================

diff --git a/intern/cycles/device/device_cuda.cpp b/intern/cycles/device/device_cuda.cpp
index 5362623..69015e7 100644
--- a/intern/cycles/device/device_cuda.cpp
+++ b/intern/cycles/device/device_cuda.cpp
@@ -277,7 +277,6 @@ public:
 		                          md5.c_str());
 		}
 		else {
-			(void)requested_features;
 			cubin = string_printf("cycles_kernel_sm%d%d_%s.cubin", major, minor, md5.c_str());
 		}




More information about the Bf-blender-cvs mailing list