chore(kernel/expr): remove unnecessary #if-#then-#else
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
55d46b2f88
commit
1faf42e2e1
1 changed files with 0 additions and 4 deletions
|
@ -68,11 +68,7 @@ typedef list<local_entry> local_context;
|
|||
class expr_cell {
|
||||
protected:
|
||||
unsigned short m_kind;
|
||||
#ifdef LEAN_THREAD_UNSAFE
|
||||
unsigned short m_flags;
|
||||
#else
|
||||
atomic_ushort m_flags;
|
||||
#endif
|
||||
unsigned m_hash; // hash based on the structure of the expression (this is a good hash for structural equality)
|
||||
unsigned m_hash_alloc; // hash based on 'time' of allocation (this is a good hash for pointer-based equality)
|
||||
MK_LEAN_RC(); // Declare m_rc counter
|
||||
|
|
Loading…
Reference in a new issue