diff --git a/include/rocksdb/db.h b/include/rocksdb/db.h index f3aa39775da3b4f6097a4252c4608ed941141150..a44fea421fcbe4b74b85cafcf8ca272611823f86 100644 --- a/include/rocksdb/db.h +++ b/include/rocksdb/db.h @@ -996,11 +996,6 @@ class DB { std::vector* /*metadata*/) {} // Obtains the meta data of the specified column family of the DB. - // Status::NotFound() will be returned if the current DB does not have - // any column family match the specified name. - // - // If cf_name is not specified, then the metadata of the default - // column family will be returned. virtual void GetColumnFamilyMetaData(ColumnFamilyHandle* /*column_family*/, ColumnFamilyMetaData* /*metadata*/) {}