summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qshareddata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/tools/qshareddata.h b/src/corelib/tools/qshareddata.h
index c114fa9d11..f123f8e7b9 100644
--- a/src/corelib/tools/qshareddata.h
+++ b/src/corelib/tools/qshareddata.h
@@ -124,7 +124,6 @@ public:
return *this;
}
- inline operator bool () const noexcept { return d != nullptr; }
inline bool operator!() const { return !d; }
inline void swap(QSharedDataPointer &other) noexcept