Chromium Code Reviews| Index: libraries/nacl-mounts/util/SimpleAutoLock.h |
| =================================================================== |
| --- libraries/nacl-mounts/util/SimpleAutoLock.h (revision 594) |
| +++ libraries/nacl-mounts/util/SimpleAutoLock.h (working copy) |
| @@ -8,13 +8,4 @@ |
| #include <pthread.h> |
| -class SimpleAutoLock { |
| - public: |
| - explicit SimpleAutoLock(pthread_mutex_t *lock); |
|
vissi
2012/06/01 15:42:30
This file would be removed completely, I just miss
|
| - ~SimpleAutoLock(); |
| - |
| - private: |
| - pthread_mutex_t *lock_; |
| -}; |
| - |
| #endif // PACKAGES_LIBRARIES_NACL_MOUNTS_UTIL_SIMPLEAUTOLOCK_H_ |