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:
N Balachandran 2023-05-08 18:54:35 +05:30
parent 170f74d2a1
commit 97c96408ae

View File

@ -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;