Skip to content

Commit e62139c

Browse files
author
Devdutt Shenoi
committed
rm unused code
1 parent 14535f1 commit e62139c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/migration/mod.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,6 @@ pub async fn run_migration(config: &Config) -> anyhow::Result<()> {
141141
Ok(())
142142
}
143143

144-
#[derive(Debug, serde::Deserialize, serde::Serialize)]
145-
pub struct StreamHotTier {
146-
pub version: Option<String>,
147-
pub size: String,
148-
pub used_size: String,
149-
pub available_size: String,
150-
}
151-
152144
async fn migration_stream(stream: &str, storage: &dyn ObjectStorage) -> anyhow::Result<()> {
153145
let mut arrow_schema: Schema = Schema::empty();
154146

0 commit comments

Comments
 (0)