]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd : remove unused enum type WriteOpType 51365/head
authorN Balachandran <nibalach@redhat.com>
Mon, 8 May 2023 13:24:35 +0000 (18:54 +0530)
committerN Balachandran <nibalach@redhat.com>
Mon, 8 May 2023 13:24:35 +0000 (18:54 +0530)
This removes the unused enum WriteOpType from
the librbd deep_copy code.

Signed-off-by: N Balachandran <nibalach@redhat.com>
src/librbd/deep_copy/ObjectCopyRequest.h

index fc2f58cd3d838cb23aeb9d418aae7af18c2ea643..3f6217319c274029d3f8b39543102be9e08be47d 100644 (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;