]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osdc/Objecter: drop unused field
authorSage Weil <sage@inktank.com>
Tue, 22 Apr 2014 15:28:52 +0000 (08:28 -0700)
committerSage Weil <sage@inktank.com>
Tue, 22 Apr 2014 15:28:52 +0000 (08:28 -0700)
This as missed by 860d72770cdf092c027d50f4ee03bed76c975599.

** CID 1204296:  Uninitialized scalar field  (UNINIT_CTOR)
/osdc/Objecter.h: 1165 in Objecter::Op::Op(const object_t &, const
object_locator_t &, std::vector<OSDOp, std::allocator<OSDOp>> &, int, Context *,
Context *, unsigned long *)()
/osdc/Objecter.h: 1165 in Objecter::Op::Op(const object_t &, const
object_locator_t &, std::vector<OSDOp, std::allocator<OSDOp>> &, int, Context *,
Context *, unsigned long *)()

Signed-off-by: Sage Weil <sage@inktank.com>
src/osdc/Objecter.h

index b244331f68109c646a520e07c5e00efebc1cabef..1e6fcf34b565286579d2fdd1527071fe178b645c 100644 (file)
@@ -1100,7 +1100,6 @@ public:
     int incarnation;
 
     op_target_t target;
-    bool used_replica;
 
     ConnectionRef con;  // for rx buffer only