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.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObjectChild.cpp b/lldb/source/Core/ValueObjectChild.cpp
index 6c785c5656d..e91c0409d91 100644
--- a/lldb/source/Core/ValueObjectChild.cpp
+++ b/lldb/source/Core/ValueObjectChild.cpp
@@ -47,7 +47,6 @@ ValueObjectChild::ValueObjectChild
{
assert (bitfield_bit_size < (sizeof(m_bitfield_bit_size ) * CHAR_BIT));
assert (bitfield_bit_offset < (sizeof(m_bitfield_bit_offset) * CHAR_BIT));
- assert(byte_size != 0 && "TEMPORARY DEBUGGING ASSERT");
m_name = name;
}
OpenPOWER on IntegriCloud