Removed method

This commit is contained in:
kdeng00
2025-10-30 14:21:27 -04:00
parent 98e3b0b5ca
commit f1320f48fe
-9
View File
@@ -644,13 +644,4 @@ impl CommitManager {
Ok(String::new())
}
fn _check_for_no_confirm(&self) -> bool {
for flag in self.ica_action.flags.iter() {
if flag.flag == "-nc" {
return true;
}
}
false
}
}