koushiro commented on code in PR #7081:
URL: https://github.com/apache/opendal/pull/7081#discussion_r2637952650


##########
core/core/src/services/rocksdb/mod.rs:
##########
@@ -18,19 +18,17 @@
 /// Default scheme for rocksdb service.
 pub const ROCKSDB_SCHEME: &str = "rocksdb";
 
-use crate::types::DEFAULT_OPERATOR_REGISTRY;
-
 mod backend;
 mod config;
 mod core;
 mod deleter;
 mod lister;
 mod writer;
 
-pub use backend::RocksdbBuilder as Rocksdb;
-pub use config::RocksdbConfig;

Review Comment:
   ditto



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to