Skip to content

Commit 7c94e4c

Browse files
-
1 parent 7e8b560 commit 7c94e4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

base/include/compv/base/compv_lock.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ class CompVAutoLock2
7070
#define COMPV_AUTOLOCK_OBJ(T, obj) CompVAutoLock<T> __COMPV_autoLock__((obj))
7171
#define COMPV_AUTOLOCK_THIS(T) COMPV_AUTOLOCK_OBJ(T, this)
7272
#define COMPV_AUTOLOCK_THIS_CONST(T) COMPV_AUTOLOCK_OBJ(T, const_cast<T*>(this))
73-
#define __COMPV_AUTOLOCK__() COMPV_AUTOLOCK_THIS(decltype(*this))
74-
#define __COMPV_AUTOLOCK__CONST() COMPV_AUTOLOCK_THIS_CONST(decltype(*this))
7573
#define COMPV_AUTOLOCK(mutex) CompVAutoLock2 __COMPV_autoLock2__((mutex))
7674

7775
COMPV_NAMESPACE_END()

0 commit comments

Comments
 (0)