From a48c6b947d5314ab804f375cca22af159cc3b77b Mon Sep 17 00:00:00 2001 From: bunnei Date: Sun, 27 Apr 2014 18:29:51 -0400 Subject: removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class --- src/common/common.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/common/common.h') diff --git a/src/common/common.h b/src/common/common.h index a281b21cc..418757855 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -159,9 +159,4 @@ enum EMUSTATE_CHANGE EMUSTATE_CHANGE_STOP }; -// This should be used in the private: declarations for a class -#define DISALLOW_COPY_AND_ASSIGN(TypeName) \ - TypeName(const TypeName&); \ - void operator=(const TypeName&) - #endif // _COMMON_H_ -- cgit v1.2.3