Commit 30e92a9a authored by Tres Seaver's avatar Tres Seaver

Note suspicion of dead code.

parent ef4eea82
......@@ -317,6 +317,7 @@ class _SetBase(_Base):
if len(result._keys) == 0:
# If the output bucket is empty, conflict resolution doesn't have
# enough info to unlink it from its containing BTree correctly.
assert 0, "CAN'T GET HERE"
raise merge_error(10)
result._next = b_old._next
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment