Skip to content

Commit 595e5de

Browse files
PeaBraneclaude
andcommitted
remove dead SimConfig::validate_all method
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e98e106 commit 595e5de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spin-sim/src/config.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,3 @@ pub struct SimConfig {
136136
#[validate]
137137
pub houdayer: Option<HoudayerConfig>,
138138
}
139-
140-
impl SimConfig {
141-
pub fn validate_all(&self) -> Result<(), String> {
142-
self.validate().map_err(|e| format!("{e}"))
143-
}
144-
}

0 commit comments

Comments
 (0)