mirror of
https://github.com/ceph/ceph
synced 2025-02-24 11:37:37 +00:00
librbd : remove unused enum type WriteOpType
This removes the unused enum WriteOpType from the librbd deep_copy code. Signed-off-by: N Balachandran <nibalach@redhat.com>
This commit is contained in:
parent
170f74d2a1
commit
97c96408ae
@ -87,11 +87,6 @@ private:
|
||||
* @endverbatim
|
||||
*/
|
||||
|
||||
enum WriteOpType {
|
||||
WRITE_OP_TYPE_WRITE,
|
||||
WRITE_OP_TYPE_ZERO
|
||||
};
|
||||
|
||||
struct ReadOp {
|
||||
interval_set<uint64_t> image_interval;
|
||||
io::Extents image_extent_map;
|
||||
|
Loading…
Reference in New Issue
Block a user