From d9abd4d9be7b160b531a995a20c91d430768fc72 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 18 Sep 2014 18:28:14 -0700 Subject: Work on defining new direct broadcast multicast algorithm. --- 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 767dd564..83932bc6 100644 --- a/node/RuntimeEnvironment.hpp +++ b/node/RuntimeEnvironment.hpp @@ -42,7 +42,6 @@ class Topology; class CMWC4096; class Service; class Node; -class Multicaster; class SoftwareUpdater; class SocketManager; class AntiRecursion; @@ -79,7 +78,6 @@ public: prng((CMWC4096 *)0), http((HttpClient *)0), antiRec((AntiRecursion *)0), - mc((Multicaster *)0), sw((Switch *)0), sm((SocketManager *)0), topology((Topology *)0), @@ -129,7 +127,6 @@ public: CMWC4096 *prng; HttpClient *http; AntiRecursion *antiRec; - Multicaster *mc; Switch *sw; SocketManager *sm; Topology *topology; -- cgit v1.2.3