Removed unused variable

The variable name_data_mutex is declared in a block but never used
within this block. So I've removed the variable.
This commit is contained in:
Matthias Gilch 2018-06-02 14:33:49 +02:00 committed by Michael Krasnyk
parent 06699132eb
commit e5d8319c43

View File

@ -430,7 +430,6 @@ void ExtractionContainers::PrepareEdges(ScriptingEnvironment &scripting_environm
util::UnbufferedLog log;
log << "Sorting edges by renumbered start ... ";
TIMER_START(sort_edges_by_renumbered_start);
std::mutex name_data_mutex;
tbb::parallel_sort(all_edges_list.begin(),
all_edges_list.end(),
CmpEdgeByInternalSourceTargetAndName{