From: Noah Watkins Date: Wed, 5 Feb 2014 16:37:08 +0000 (-0800) Subject: os/kvstore: remove used var X-Git-Tag: v0.78~222^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6fda45b189d9db9913cb1fa7ed5db936b3a466ec;p=ceph.git os/kvstore: remove used var Signed-off-by: Noah Watkins --- diff --git a/src/os/KeyValueStore.h b/src/os/KeyValueStore.h index fff953006969..27f0f953562c 100644 --- a/src/os/KeyValueStore.h +++ b/src/os/KeyValueStore.h @@ -550,7 +550,6 @@ class KeyValueStore : public ObjectStore, const std::set &changed); std::string m_osd_rollback_to_cluster_snap; - bool m_osd_use_stale_snap; bool m_fail_eio; int do_update;