summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-02-18 15:01:43 +0100
committerArnur Nigmetov <nigmetov@tugraz.at>2020-02-18 15:01:43 +0100
commitcb1838e682ec07f80720241cf9098400caeb83c7 (patch)
tree514b0ccef48c5a631143a91bcf68796d85dc9870
parent013aa3ec0c3be5c9314e0758a30162a4ea135e50 (diff)
Remove boost/progress.hpp from dnn code.
-rw-r--r--geom_matching/wasserstein/include/dnn/parallel/tbb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/geom_matching/wasserstein/include/dnn/parallel/tbb.h b/geom_matching/wasserstein/include/dnn/parallel/tbb.h
index 3f811d6..712f812 100644
--- a/geom_matching/wasserstein/include/dnn/parallel/tbb.h
+++ b/geom_matching/wasserstein/include/dnn/parallel/tbb.h
@@ -135,7 +135,6 @@ namespace boost
#include <algorithm>
#include <map>
-#include <boost/progress.hpp>
namespace hera
{
@@ -215,7 +214,6 @@ namespace dnn
typedef type range;
};
- using boost::progress_timer;
} // dnn
} // ws
} // hera