Dependency: Code cleanup

This commit is contained in:
Paul Beckingham 2017-01-26 17:01:12 -05:00
parent 62b5270541
commit 651f2d9045

View file

@ -40,7 +40,7 @@ extern Context context;
////////////////////////////////////////////////////////////////////////////////
std::vector <Task> dependencyGetBlocked (const Task& task)
{
std::string uuid = task.get ("uuid");
auto uuid = task.get ("uuid");
std::vector <Task> blocked;
for (auto& it : context.tdb2.pending.get_tasks ())