Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Mar 22, 2024
1 parent 781e9e0 commit ed0a974
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/fdb5/api/helpers/ListIterator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ Key ListElement::combinedKey() const {
combined.set(kv.first, kv.second);
}
}
<<<<<<< HEAD
=======
combined.registry(keyParts_[2].registry());

>>>>>>> 8a0c3a00 (FDB-303: Remove Rule from the Key, and replace with TypesRegistry information)
return combined;
}

Expand Down

0 comments on commit ed0a974

Please sign in to comment.