More cleanup of old stuff.

This commit is contained in:
Adam Ierymenko 2018-01-26 21:34:56 -05:00
parent 939ab43ceb
commit 6d8e1e8783
9 changed files with 24 additions and 66 deletions

View file

@ -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>;