Skip to content

Commit

Permalink
Revert extra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Dec 4, 2024
1 parent 7237268 commit 328bb94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ pub fn binary_path() -> anyhow::Result<PathBuf> {
Ok(dir.join(BRANDING_CLI_CMD_FILE))
}

#[allow(dead_code)]
pub fn is_legacy_schema_file(filename: &str) -> bool {
filename.ends_with(&format!(".{BRANDING_SCHEMA_FILE_EXT_ESDL}"))
}
Expand Down

0 comments on commit 328bb94

Please sign in to comment.