LibCecSharp: better handling of callbacks
[deb_libcec.git] / src / lib / platform / threads / mutex.h
index ed60ba8724612fae369e1fd7e9e33ede7877e97e..cf3521585112a2b873b4438e2dad699c107b2df8 100644 (file)
@@ -51,7 +51,7 @@ namespace PLATFORM
 
   private:
     inline PreventCopy(const PreventCopy &c) { *this = c; }
-    inline PreventCopy &operator=(const PreventCopy &c){ *this = c; return *this; }
+    inline PreventCopy &operator=(const PreventCopy &c){ return *this; }
   };
 
   template <typename _Predicate>