diff --git a/src/corelib/thread/qfuture.h b/src/corelib/thread/qfuture.h index dc8e0d1d2d2..3201f46710b 100644 --- a/src/corelib/thread/qfuture.h +++ b/src/corelib/thread/qfuture.h @@ -80,7 +80,6 @@ public: { } -#if !defined(Q_CC_XLC) template> QFuture(const QFuture &other) : d(other.d) { @@ -92,7 +91,6 @@ public: d = other.d; return *this; } -#endif #if defined(Q_CLANG_QDOC) ~QFuture() { }