Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Jun 25, 2024
1 parent f0eb1a7 commit 0070bd0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/storage/src/hummock/tiered_cache_reconfigurer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
// limitations under the License.

use std::sync::atomic::Ordering;
use std::sync::Arc;

use arc_swap::Guard;
use foyer::HybridCache;
use risingwave_common::system_param::local_manager::SystemParamsReaderRef;
use risingwave_common::system_param::reader::{SystemParamsRead, SystemParamsReader};
use risingwave_common::system_param::reader::SystemParamsRead;
use risingwave_hummock_sdk::HummockSstableObjectId;
use tokio::sync::watch;

Expand Down

0 comments on commit 0070bd0

Please sign in to comment.