diff --git a/include/tscore/Ptr.h b/include/tscore/Ptr.h index 0f221c831cb..c62adc99ca6 100644 --- a/include/tscore/Ptr.h +++ b/include/tscore/Ptr.h @@ -47,11 +47,7 @@ class RefCountObj : public ForceVFPTToTop { public: RefCountObj() {} - RefCountObj(const RefCountObj &s) - { - (void)s; - return; - } + RefCountObj(const RefCountObj &) {} ~RefCountObj() override {} RefCountObj &