aboutsummaryrefslogtreecommitdiff
path: root/odb/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/common.cxx')
-rw-r--r--odb/common.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/odb/common.cxx b/odb/common.cxx
index be8e6c5..34d8372 100644
--- a/odb/common.cxx
+++ b/odb/common.cxx
@@ -65,7 +65,6 @@ traverse (semantics::class_& c)
{
// Ignore transient bases.
//
- assert (context::top_object != 0);
return;
}
else if (k == class_composite)
@@ -366,10 +365,7 @@ traverse (semantics::class_& c)
// Ignore transient bases.
//
if (k == class_other)
- {
- assert (context::top_object != 0);
return;
- }
bool f (top_level_);