Right, overdid it there.

This commit is contained in:
Jason Felds
2011-03-14 17:55:07 -04:00
parent d59907e897
commit 797d94c5b3
-1
View File
@@ -141,7 +141,6 @@ public:
private:
// Swallow up warnings. If they must be used, define them.
LockMutex& operator=(const LockMutex& rhs);
LockMutex(const LockMutex& rhs);
};
#define LockMut(m) LockMutex UNIQUE_NAME(LocalLock) (m, __FILE__, __LINE__)