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:
authorLukas Stockner <lukas.stockner@freenet.de>2020-10-31 16:03:53 +0300
committerLukas Stockner <lukas.stockner@freenet.de>2020-10-31 16:04:30 +0300
commit64faa59846f20fbcdcdd8047aa86319b82243ccd (patch)
treebfbf438a6335d4846feafd39e06c2323f32bdecc /intern
parente7dc3c91ab8273fcb26eb1273e4b6e559535514c (diff)
Cycles: Fix debug compilation after tile stealing commit
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/render/session.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/render/session.cpp b/intern/cycles/render/session.cpp
index 1da3dd53445..3e12e183771 100644
--- a/intern/cycles/render/session.cpp
+++ b/intern/cycles/render/session.cpp
@@ -403,7 +403,6 @@ bool Session::steal_tile(RenderTile &rtile, Device *tile_device, thread_scoped_l
/* There are stealable tiles in flight, so signal that one should be released. */
tile_stealing_state = WAITING_FOR_TILE;
- assert(success == 0);
/* Wait until a device notices the signal and releases its tile. */
while (tile_stealing_state != GOT_TILE && stealable_tiles > 0) {