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>2016-01-29 22:01:35 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2016-02-06 13:55:35 +0300
commitd5e929a9d33fd10effe89348c8f0460581335d33 (patch)
treec0206071a09dbacefe26157098a52a22985b13c4 /intern/cycles/util/CMakeLists.txt
parent4443bb89228098a7b7eecdf4899a46aee5061bce (diff)
Code cleanup: remove unused Cycles code from BVH cache.
Diffstat (limited to 'intern/cycles/util/CMakeLists.txt')
-rw-r--r--intern/cycles/util/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt
index 23541202405..9cf949b622e 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -10,7 +10,6 @@ set(INC_SYS
set(SRC
util_aligned_malloc.cpp
- util_cache.cpp
util_debug.cpp
util_logging.cpp
util_math_cdf.cpp
@@ -40,7 +39,6 @@ set(SRC_HEADERS
util_args.h
util_atomic.h
util_boundbox.h
- util_cache.h
util_debug.h
util_foreach.h
util_function.h