diff --git a/src/common/objects/dobjgc.h b/src/common/objects/dobjgc.h index 39e7d88a8..969551d37 100644 --- a/src/common/objects/dobjgc.h +++ b/src/common/objects/dobjgc.h @@ -214,9 +214,6 @@ class TObjPtr mutable DObject *o; }; public: - TObjPtr() = default; - - TObjPtr(T t) : pp(t) {} constexpr TObjPtr& operator=(T q) noexcept {