mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-06 04:51:46 -07:00
Remove Logger.hpp references.
This commit is contained in:
parent
608b5ca13a
commit
c894710ac1
6 changed files with 0 additions and 19 deletions
|
@ -38,7 +38,6 @@
|
|||
#include "Topology.hpp"
|
||||
#include "Buffer.hpp"
|
||||
#include "Packet.hpp"
|
||||
#include "Logger.hpp"
|
||||
#include "Address.hpp"
|
||||
#include "Identity.hpp"
|
||||
#include "SelfAwareness.hpp"
|
||||
|
@ -107,7 +106,6 @@ Node::Node(
|
|||
delete RR->mc;
|
||||
delete RR->sw;
|
||||
delete RR->prng;
|
||||
delete RR->log;
|
||||
delete RR;
|
||||
throw;
|
||||
}
|
||||
|
@ -138,7 +136,6 @@ Node::~Node()
|
|||
delete RR->mc;
|
||||
delete RR->sw;
|
||||
delete RR->prng;
|
||||
delete RR->log;
|
||||
delete RR;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue