Skip to content

Commit 2a9273a

Browse files
committed
xtask: Drop some dead code
This was used at one point for composefs testing, but no longer. Assisted-by: Claude Code (Sonnet 4.5) Signed-off-by: Colin Walters <walters@verbum.org>
1 parent ddb2ed3 commit 2a9273a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

crates/xtask/src/xtask.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ use camino::{Utf8Path, Utf8PathBuf};
1313
use clap::{Args, Parser, Subcommand};
1414
use fn_error_context::context;
1515
use rand::Rng;
16-
use serde::Deserialize;
1716
use xshell::{cmd, Shell};
1817

1918
mod man;
@@ -296,15 +295,6 @@ fn spec(sh: &Shell) -> Result<()> {
296295
println!("Generated: {s}");
297296
Ok(())
298297
}
299-
300-
#[derive(Debug, Deserialize)]
301-
#[allow(dead_code)]
302-
#[serde(rename_all = "PascalCase")]
303-
struct ImageInspect {
304-
pub id: String,
305-
pub digest: String,
306-
}
307-
308298
fn impl_srpm(sh: &Shell) -> Result<Utf8PathBuf> {
309299
{
310300
let _g = sh.push_dir("target");

0 commit comments

Comments
 (0)