From fcd44e471367d2b4a485bf1674d60794b386ad1f Mon Sep 17 00:00:00 2001 From: Piotr Sieduszewski Date: Thu, 23 Jun 2022 14:04:07 +0200 Subject: [PATCH] Clean RefCountObj --- include/tscore/Ptr.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 &