ndb - remove extra ;

  (in test framework)
parent 9a5ae909
...@@ -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