summaryrefslogtreecommitdiff
path: root/src/osdc/Objecter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osdc/Objecter.h')
-rw-r--r--src/osdc/Objecter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osdc/Objecter.h b/src/osdc/Objecter.h
index bba7e9944c2..baf600c53be 100644
--- a/src/osdc/Objecter.h
+++ b/src/osdc/Objecter.h
@@ -815,14 +815,13 @@ public:
tid_t register_tid;
epoch_t map_dne_bound;
- bool is_watch;
LingerOp() : linger_id(0), flags(0), poutbl(NULL), pobjver(NULL),
registered(false),
on_reg_ack(NULL), on_reg_commit(NULL),
session(NULL), session_item(this),
register_tid(0),
- map_dne_bound(0), is_watch(false) {}
+ map_dne_bound(0) {}
// no copy!
const LingerOp &operator=(const LingerOp& r);