removed unused member variable (probably causing some of the problems we've seen with ndb_mgmd)

This commit is contained in:
tomas@poseidon.ndb.mysql.com 2004-11-01 22:27:29 +00:00
parent a813f91934
commit 4768c83872
2 changed files with 0 additions and 2 deletions

View file

@ -407,7 +407,6 @@ MgmtSrvr::MgmtSrvr(NodeId nodeId,
// signals to other management servers.
_ownReference(0),
m_local_config(local_config),
m_allocated_resources(*this),
theSignalIdleList(NULL),
theWaitState(WAIT_SUBSCRIBE_CONF),
m_statisticsListner(this)

View file

@ -534,7 +534,6 @@ private:
Uint32 m_nextConfigGenerationNumber;
NodeBitmask m_reserved_nodes;
Allocated_resources m_allocated_resources;
struct in_addr m_connect_address[MAX_NODES];
//**************************************************************************