Remove unused variable 'CephContext *cct'.
Fix for:
CID
1322818 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)
uninit_member: Non-static class member cct is not initialized in
this constructor nor in any functions that it calls.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
bool preprocess_remove_snaps(MonOpRequestRef op);
bool prepare_remove_snaps(MonOpRequestRef op);
- CephContext *cct;
OpTracker op_tracker;
int load_metadata(int osd, map<string, string>& m, ostream *err);