summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qtconcurrentiteratekernel.h
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2013-10-04 15:33:00 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-05 00:25:26 +0200
commit0206c1e4e7f9d38d7815ff0fd5a225398a65c6cc (patch)
treef34ca5f4850d9721822ea4dd7bba79bfc81be251 /src/concurrent/qtconcurrentiteratekernel.h
parentc012ee2940bc087720b4aa0d257540921cf9a139 (diff)
QtConcurrent: remove a using declaration in a header file
See Sutter/Alexandrescu, Item 59, for rationale. Change-Id: Ie689e2a00f9ed0fce1ccfdb77c943dd1b1beb4dc Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/concurrent/qtconcurrentiteratekernel.h')
-rw-r--r--src/concurrent/qtconcurrentiteratekernel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/concurrent/qtconcurrentiteratekernel.h b/src/concurrent/qtconcurrentiteratekernel.h
index 70a7f161de..b47c30aef6 100644
--- a/src/concurrent/qtconcurrentiteratekernel.h
+++ b/src/concurrent/qtconcurrentiteratekernel.h
@@ -59,8 +59,6 @@ QT_BEGIN_NAMESPACE
namespace QtConcurrent {
- using std::advance;
-
/*
The BlockSizeManager class manages how many iterations a thread should
reserve and process at a time. This is done by measuring the time spent