cleanup
This commit is contained in:
parent
8639538299
commit
a0f8685453
4 changed files with 11 additions and 8 deletions
|
@ -130,8 +130,8 @@ protected:
|
|||
OneService() {}
|
||||
|
||||
private:
|
||||
OneService(const One &one) {}
|
||||
inline One &operator=(const One &one) { return *this; }
|
||||
OneService(const OneService &one) {}
|
||||
inline OneService &operator=(const OneService &one) { return *this; }
|
||||
};
|
||||
|
||||
} // namespace ZeroTier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue