Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Unified Diff: libraries/nacl-mounts/util/SimpleAutoLock.h

Issue 10392070: Socket subsystem implementation (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698