Commit f8a875a2 authored by unknown's avatar unknown
Browse files

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

parent b41b4530
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)
+0 −1
Original line number Diff line number Diff line
@@ -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];

  //**************************************************************************