Skip to content

Commit

Permalink
no assertExists in release
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefalco committed Apr 6, 2023
1 parent 78aa399 commit 7efbcdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/lib/xml/XML.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ findGlobalNamespace()
return nullptr;
}

#ifndef NDEBUG
void
XMLGenerator::
assertExists(
Expand All @@ -613,6 +614,7 @@ assertExists(
if(it != infos_->end())
assert(it->second.get() == &I);
}
#endif

llvm::StringRef
XMLGenerator::
Expand Down

0 comments on commit 7efbcdc

Please sign in to comment.