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
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-02-18 02:51:46 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-02-18 02:53:03 +0300
commit1dcd7db73d13443c59dd824abd9cacbf6bc88997 (patch)
tree444b31fa05c90248653eb404a2d506bd4c08b49d /intern/cycles/device
parent9e717c0495a3f9b71d3895d35df1e15518b6ca2c (diff)
Code cleanup: remove some more unused code after recent CUDA changes.
Diffstat (limited to 'intern/cycles/device')
-rw-r--r--intern/cycles/device/device_cuda.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/cycles/device/device_cuda.cpp b/intern/cycles/device/device_cuda.cpp
index 42e78e50540..d28080c667a 100644
--- a/intern/cycles/device/device_cuda.cpp
+++ b/intern/cycles/device/device_cuda.cpp
@@ -1069,8 +1069,6 @@ public:
}
/* Image Texture Storage */
- CUtexref texref = NULL;
-
CUarray_format_enum format;
switch(mem.data_type) {
case TYPE_UCHAR: format = CU_AD_FORMAT_UNSIGNED_INT8; break;