Commit 8919f708 authored by unknown's avatar unknown

ndb - remove extra ;

  (in test framework)


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