Skip to content

Commit

Permalink
librbd: drop DiffIterate::diff_object_map() declaration
Browse files Browse the repository at this point in the history
This is a leftover from commit 2b3a468 ("librbd: switch
diff-iterate API to use new object-map diff helper").

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
  • Loading branch information
idryomov committed Jan 20, 2024
1 parent 7677d4b commit 1503b96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/librbd/api/DiffIterate.h
Expand Up @@ -55,10 +55,6 @@ class DiffIterate {
std::pair<uint64_t, uint64_t> calc_object_diff_range();

int execute();

int diff_object_map(uint64_t from_snap_id, uint64_t to_snap_id,
BitVector<2>* object_diff_state);

};

} // namespace api
Expand Down

0 comments on commit 1503b96

Please sign in to comment.