From 1c46ecd86b3f5a61fc0392cc2154bdb33273c092 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sat, 7 May 2016 15:55:28 +0200 Subject: [PATCH] Cleanup: Remove unneded (void) line, we don't have ifdefs here anymore. --- intern/cycles/device/device_cuda.cpp | 1 - 1 file changed, 1 deletion(-) 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()); }