Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2016-05-07 16:55:28 +0300
committerThomas Dinges <blender@dingto.org>2016-05-07 16:55:28 +0300
commit1c46ecd86b3f5a61fc0392cc2154bdb33273c092 (patch)
treeb546e99fcf5d4e05e7ab4051138b1799cec42a34 /intern
parenta3b42d638bc80149f46a4d0e2fc73aad5bc9d3a3 (diff)
Cleanup: Remove unneded (void) line, we don't have ifdefs here anymore.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/device/device_cuda.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/device/device_cuda.cpp b/intern/cycles/device/device_cuda.cpp
index 5362623247f..69015e7401b 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());
}