From 97848a8b7a3d4a70b56e9b6a873ffe42c4b6fdfc Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Sat, 10 Sep 2016 18:33:42 +0800 Subject: [PATCH] os/bluestore: drop bluestore_blob_id_t which is not used anymore. Signed-off-by: xie xingguo --- src/os/bluestore/bluestore_types.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/os/bluestore/bluestore_types.h b/src/os/bluestore/bluestore_types.h index 8220f8c74cfa..15a5925cabdb 100644 --- a/src/os/bluestore/bluestore_types.h +++ b/src/os/bluestore/bluestore_types.h @@ -590,12 +590,6 @@ WRITE_CLASS_ENCODER(bluestore_shared_blob_t) ostream& operator<<(ostream& out, const bluestore_shared_blob_t& o); - - -/// blob id: positive = local, negative = shared bnode -typedef int64_t bluestore_blob_id_t; - - /// onode: per-object metadata struct bluestore_onode_t { uint64_t nid = 0; ///< numeric id (locally unique) -- 2.47.3