Commit f401993d authored by unknown's avatar unknown

ndb - remove extra ;

  (in test framework)


storage/ndb/test/src/NDBT_Thread.cpp:
  remove extra ;
parent e53ffccb
...@@ -131,7 +131,7 @@ NDBT_Thread::exit() ...@@ -131,7 +131,7 @@ NDBT_Thread::exit()
m_state = Exit; m_state = Exit;
signal(); signal();
unlock(); unlock();
}; }
void void
NDBT_Thread::join() NDBT_Thread::join()
......
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