]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os/JournalingObjectStore: remove unused ops_submitting
authorSage Weil <sage@inktank.com>
Fri, 7 Dec 2012 00:22:50 +0000 (16:22 -0800)
committerSage Weil <sage@inktank.com>
Sat, 8 Dec 2012 17:32:47 +0000 (09:32 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
src/os/JournalingObjectStore.h

index fea58e806c46292693b1b15fb404e2f0afd6882d..92be2245b9cfbc959f5eed67eaf683b2b775e02a 100644 (file)
@@ -58,7 +58,6 @@ protected:
     Mutex com_lock;
     map<version_t, vector<Context*> > commit_waiters;
     uint64_t committing_seq, committed_seq;
-    list<uint64_t> ops_submitting;
 
   public:
     ApplyManager(Journal *&j, Finisher &f) :