Kaydet (Commit) 61fe89e0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:deletedspecial

Change-Id: I035d584af8a802d08dd4e50070b4d290210e20b6
üst 61c50286
...@@ -31,9 +31,8 @@ namespace helpdatafileproxy { ...@@ -31,9 +31,8 @@ namespace helpdatafileproxy {
{ {
class Noncopyable class Noncopyable
{ {
// not implemented Noncopyable(const Noncopyable&) SAL_DELETED_FUNCTION;
Noncopyable(const Noncopyable&); void operator=(const Noncopyable&) SAL_DELETED_FUNCTION;
void operator=(const Noncopyable&);
protected: protected:
Noncopyable() {} Noncopyable() {}
~Noncopyable() {} ~Noncopyable() {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment