Commit bb7b00c9 authored by unknown's avatar unknown

NDBT_Thread.cpp:

  Removed semicolon causing build syntax issues per pekka


storage/ndb/test/src/NDBT_Thread.cpp:
  Removed semicolon causing build syntax issues per pekka
parent e0f2907c
...@@ -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