summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectChild.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/ValueObjectChild.cpp')
-rw-r--r--lldb/source/Core/ValueObjectChild.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Core/ValueObjectChild.cpp b/lldb/source/Core/ValueObjectChild.cpp
index e91c0409d91..91a9eef6093 100644
--- a/lldb/source/Core/ValueObjectChild.cpp
+++ b/lldb/source/Core/ValueObjectChild.cpp
@@ -45,8 +45,6 @@ ValueObjectChild::ValueObjectChild
m_bitfield_bit_offset (bitfield_bit_offset),
m_is_base_class (is_base_class)
{
- assert (bitfield_bit_size < (sizeof(m_bitfield_bit_size ) * CHAR_BIT));
- assert (bitfield_bit_offset < (sizeof(m_bitfield_bit_offset) * CHAR_BIT));
m_name = name;
}
OpenPOWER on IntegriCloud