From 60158aa5dd38c979ed823fc477ab84e8d9e7a43d Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 30 Mar 2015 17:48:48 -0700 Subject: Turns out that node/ likely has no business with or need for the system IP routing table. So shelve that code for now. --- node/RuntimeEnvironment.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'node/RuntimeEnvironment.hpp') diff --git a/node/RuntimeEnvironment.hpp b/node/RuntimeEnvironment.hpp index 57a1c262..425c6d84 100644 --- a/node/RuntimeEnvironment.hpp +++ b/node/RuntimeEnvironment.hpp @@ -46,7 +46,6 @@ class SocketManager; class Multicaster; class AntiRecursion; class EthernetTapFactory; -class RoutingTable; class HttpClient; class NetworkConfigMaster; @@ -73,7 +72,6 @@ public: timeOfLastResynchronize(0), timeOfLastPacketReceived(0), tapFactory((EthernetTapFactory *)0), - routingTable((RoutingTable *)0), sm((SocketManager *)0), netconfMaster((NetworkConfigMaster *)0), log((Logger *)0), @@ -110,7 +108,6 @@ public: // These are passed in from outside and are not created or deleted by the ZeroTier node core EthernetTapFactory *tapFactory; - RoutingTable *routingTable; SocketManager *sm; NetworkConfigMaster *netconfMaster; -- cgit v1.2.3