summaryrefslogtreecommitdiff
path: root/node/Switch.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2018-01-26 21:34:56 -0500
committerAdam Ierymenko <adam.ierymenko@gmail.com>2018-01-26 21:34:56 -0500
commit6d8e1e87830eb24a1ecd6b0a115c39ed43914b5c (patch)
tree24d0bd761e49ed443773ca78442c4e8cce60a86b /node/Switch.hpp
parent939ab43ceb3f4c0b7bf6d946f55f6a8e70d8fd4e (diff)
downloadinfinitytier-6d8e1e87830eb24a1ecd6b0a115c39ed43914b5c.tar.gz
infinitytier-6d8e1e87830eb24a1ecd6b0a115c39ed43914b5c.zip
More cleanup of old stuff.
Diffstat (limited to 'node/Switch.hpp')
-rw-r--r--node/Switch.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/node/Switch.hpp b/node/Switch.hpp
index 08208735..906f418e 100644
--- a/node/Switch.hpp
+++ b/node/Switch.hpp
@@ -35,7 +35,6 @@
#include "Constants.hpp"
#include "Mutex.hpp"
#include "MAC.hpp"
-#include "NonCopyable.hpp"
#include "Packet.hpp"
#include "Utils.hpp"
#include "InetAddress.hpp"
@@ -58,7 +57,7 @@ class Peer;
* packets from tap devices, and this sends them where they need to go and
* wraps/unwraps accordingly. It also handles queues and timeouts and such.
*/
-class Switch : NonCopyable
+class Switch
{
public:
Switch(const RuntimeEnvironment *renv);