Skip to content

Commit edb352b

Browse files
obycodewileyj
authored andcommitted
chore: remove unused function
1 parent f861f52 commit edb352b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

stacks-signer/src/signerdb.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -871,16 +871,6 @@ where
871871
.map_err(DBError::SerializationError)
872872
}
873873

874-
#[cfg(test)]
875-
pub fn test_signer_db(db_path: &str) -> SignerDb {
876-
use std::fs;
877-
878-
if fs::metadata(db_path).is_ok() {
879-
fs::remove_file(db_path).unwrap();
880-
}
881-
SignerDb::new(db_path).expect("Failed to create signer db")
882-
}
883-
884874
#[cfg(test)]
885875
mod tests {
886876
use std::fs;

0 commit comments

Comments
 (0)