More cleanup of old stuff.
This commit is contained in:
parent
939ab43ceb
commit
6d8e1e8783
9 changed files with 24 additions and 66 deletions
|
@ -49,7 +49,6 @@
|
|||
#include "AtomicCounter.hpp"
|
||||
#include "Hashtable.hpp"
|
||||
#include "Mutex.hpp"
|
||||
#include "NonCopyable.hpp"
|
||||
|
||||
#define ZT_PEER_MAX_SERIALIZED_STATE_SIZE (sizeof(Peer) + 32 + (sizeof(Path) * 2))
|
||||
|
||||
|
@ -58,7 +57,7 @@ namespace ZeroTier {
|
|||
/**
|
||||
* Peer on P2P Network (virtual layer 1)
|
||||
*/
|
||||
class Peer : NonCopyable
|
||||
class Peer
|
||||
{
|
||||
friend class SharedPtr<Peer>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue