Commit 5d4ac972 authored by unknown's avatar unknown
Browse files

ndb - compiler warning - remove extra ; and end of function


ndb/src/common/transporter/TransporterRegistry.cpp:
  extra ; and end of function
parent 0233bb35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ void TransporterRegistry::set_mgm_handle(NdbMgmHandle h)
  }
#endif
  DBUG_VOID_RETURN;
};
}

TransporterRegistry::~TransporterRegistry() {