[Bf-blender-cvs] [bcfa1c30516] master: Depsgraph: Revert unwillingly staged change from previous commit

Sergey Sharybin noreply at git.blender.org
Tue Jan 7 12:27:20 CET 2020


Commit: bcfa1c30516c0910169e0ebf9403aff14763defb
Author: Sergey Sharybin
Date:   Tue Jan 7 12:26:17 2020 +0100
Branches: master
https://developer.blender.org/rBbcfa1c30516c0910169e0ebf9403aff14763defb

Depsgraph: Revert unwillingly staged change from previous commit

One of those days, sorry for the spam.

===================================================================

M	source/blender/depsgraph/intern/eval/deg_eval.cc

===================================================================

diff --git a/source/blender/depsgraph/intern/eval/deg_eval.cc b/source/blender/depsgraph/intern/eval/deg_eval.cc
index 4f3c090e142..aca20955ba4 100644
--- a/source/blender/depsgraph/intern/eval/deg_eval.cc
+++ b/source/blender/depsgraph/intern/eval/deg_eval.cc
@@ -56,7 +56,6 @@ namespace DEG {
 
 namespace {
 
-template<typename ScheduleFunction>
 void schedule_children(TaskPool *pool, Depsgraph *graph, OperationNode *node, const int thread_id);
 
 /* Denotes which part of dependency graph is being evaluated. */



More information about the Bf-blender-cvs mailing list