]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librados: remove unused member of IoCtx
authorJosh Durgin <josh.durgin@dreamhost.com>
Wed, 2 Mar 2011 00:03:01 +0000 (16:03 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Fri, 4 Mar 2011 00:08:41 +0000 (16:08 -0800)
Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/include/rados/librados.hpp

index be8a9f8f326945377897ff98a6a7663f8e6bf31f..858bb708025f81a7eba8639f4c1dadce5276893d 100644 (file)
@@ -190,7 +190,6 @@ namespace librados
 
     friend class Rados; // Only Rados can use our private constructor to create IoCtxes.
 
-    int ref_cnt;
     IoCtxImpl *io_ctx_impl;
   };