]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore/rbm: drop set_device_id() in RBMDevice
authormyoungwon oh <ohmyoungwon@gmail.com>
Tue, 21 Feb 2023 07:59:38 +0000 (16:59 +0900)
committermyoungwon oh <ohmyoungwon@gmail.com>
Sat, 25 Feb 2023 03:10:21 +0000 (12:10 +0900)
Signed-off-by: Myoungwon Oh <myoungwon.oh@samsung.com>
src/crimson/os/seastore/random_block_manager/rbm_device.h

index 97297658dcf26a669f6b190dce814a54930a4884..1076afe75cedc24afe6a60ed6d17efedabd94920 100644 (file)
@@ -171,10 +171,6 @@ public:
   }
 
   // interfaces for test
-  void set_device_id(device_id_t id) {
-    super.config.spec.id = id;
-  }
-
   void set_block_size(size_t size) {
     super.block_size = size;
   }