]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/os/seastore: do not capture unused variable
authorKefu Chai <kchai@redhat.com>
Sat, 14 Aug 2021 01:58:29 +0000 (09:58 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 14 Aug 2021 02:29:41 +0000 (10:29 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/os/seastore/onode_manager/staged-fltree/node_extent_accessor.h

index b6a2f0315893a13801a4ca9897d4054033aa6810..d5b7862acafe3b68414710ac6170ebd63e009a75 100644 (file)
@@ -584,7 +584,7 @@ class NodeExtentAccessorT {
         ceph_abort("fatal error");
       })
 #ifndef NDEBUG
-    ).si_then([this, c] {
+    ).si_then([c] {
       assert(!c.t.is_conflicted());
     }
 #endif