Skip to content

Commit 70d7f91

Browse files
committed
Remove unused function
1 parent 680c169 commit 70d7f91

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

keyhive_core/src/store/ciphertext.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -390,16 +390,6 @@ mod tests {
390390
CiphertextStore::<Sendable, Cr, T>::get_ciphertext(store, id).await
391391
}
392392

393-
async fn get_ct_by_pcs<
394-
Cr: ContentRef + Send + Sync + 'static,
395-
T: Clone + Send + Sync + 'static,
396-
>(
397-
store: &MemoryCiphertextStore<Cr, T>,
398-
pcs_update: &Digest<Signed<CgkaOperation>>,
399-
) -> Result<Vec<Arc<EncryptedContent<T, Cr>>>, Infallible> {
400-
CiphertextStore::<Sendable, Cr, T>::get_ciphertext_by_pcs_update(store, pcs_update).await
401-
}
402-
403393
fn setup(
404394
plaintext: String,
405395
cref: [u8; 32],

0 commit comments

Comments
 (0)