Remove use of std::mutex in gtest code.
authorDavid Neto <dneto@google.com>
Thu, 21 Apr 2016 19:46:11 +0000 (15:46 -0400)
committerDavid Neto <dneto@google.com>
Thu, 21 Apr 2016 19:56:33 +0000 (15:56 -0400)
commit10223e886c130c23aba65168e344c2f6eb28657d
tree1facfef785373663d5366d9b9f233f4e40cb3ee3
parent63b280bbbdbdfaf54634596368cbf4de602c6a00
Remove use of std::mutex in gtest code.

Gtest runs in single-threaded mode.  So the GlslangInitializer
object in the test code doesn't have to do its own synchronization.
gtests/Initializer.h