Revert 91528 and use a std::vector instead, fixing an abuse of std::string.
[oota-llvm.git] / lib / System / Unix / Mutex.inc
index 10e7ecb75a5f71a6d1fa26eb1eed754db35e9c10..4a5e28de27b082ee1e828574e425d22139bef3e4 100644 (file)
@@ -28,12 +28,6 @@ MutexImpl::~MutexImpl()
 {
 }
 
-bool 
-MutexImpl::MutexImpl()
-{
-  return true;
-}
-
 bool 
 MutexImpl::release()
 {