summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnur Nigmetov <nigmetov@tugraz.at>2020-02-19 21:41:25 +0100
committerArnur Nigmetov <nigmetov@tugraz.at>2020-02-19 21:41:25 +0100
commit7fb44351b487c64f23066a428089ef14a95b4176 (patch)
tree4a4dcb98cc3b21d248f9895525a49b5aeeb3158f
parentcb1838e682ec07f80720241cf9098400caeb83c7 (diff)
Remove boost/progress from bottleneck code.
-rw-r--r--geom_bottleneck/include/dnn/parallel/tbb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/geom_bottleneck/include/dnn/parallel/tbb.h b/geom_bottleneck/include/dnn/parallel/tbb.h
index 14f0093..1462a9c 100644
--- a/geom_bottleneck/include/dnn/parallel/tbb.h
+++ b/geom_bottleneck/include/dnn/parallel/tbb.h
@@ -141,7 +141,6 @@ namespace boost
#include <algorithm>
#include <map>
-#include <boost/progress.hpp>
namespace hera {
namespace bt {
@@ -219,7 +218,6 @@ namespace dnn
typedef type range;
};
- using boost::progress_timer;
}
}
}