Commit 5d4ac972 authored by unknown's avatar unknown

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


ndb/src/common/transporter/TransporterRegistry.cpp:
  extra ; and end of function
parent 0233bb35
......@@ -132,7 +132,7 @@ void TransporterRegistry::set_mgm_handle(NdbMgmHandle h)
}
#endif
DBUG_VOID_RETURN;
};
}
TransporterRegistry::~TransporterRegistry() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment