Skip to content

Commit a49ed2a

Browse files
Remove debugging function leftover (#1784)
Accidentally merged this along with #1777
1 parent efb4f83 commit a49ed2a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)