Skip to content

Commit 6fa1b10

Browse files
committed
Remove debugging function leftover
Accidentally merged this along with openPMD#1777
1 parent 80a3179 commit 6fa1b10

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/snapshots/ContainerImpls.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,12 @@ auto StatefulSnapshotsContainer::get() -> StatefulIterator *
4242
[](StatefulIterator *it) { return it; }},
4343
members.m_bufferedIterator);
4444
}
45-
46-
void breakpoint()
47-
{}
4845
auto StatefulSnapshotsContainer::get() const -> StatefulIterator const *
4946
{
5047
return std::visit(
5148
auxiliary::overloaded{
5249
[](std::function<StatefulIterator *()> const &)
5350
-> StatefulIterator const * {
54-
breakpoint();
5551
throw std::runtime_error(
5652
"[StatefulSnapshotscontainer] Initialization has been "
5753
"deferred, but container is accessed as const, so cannot "

0 commit comments

Comments
 (0)