diff --git a/storage_engine/src/cursor.rs b/storage_engine/src/cursor.rs
index 8afe89f..c9913b9 100644
--- a/storage_engine/src/cursor.rs
+++ b/storage_engine/src/cursor.rs
@@ -477,23 +477,3 @@ impl <'cursor, T> WriteCursor<'cursor, T> {
todo!()
}
}
-
-
-
-// TODO
- // pub async fn search_for(&mut self, index: T) -> Result<()>
- // where T: Send
- // {
- // // let index = self.primary_index.borrow_mut();
- // // let x = index.lookup(self, 123).await?;
- // todo!()
- // }
- // pub async fn search_for_entry_with_id(&mut self, id: T) -> Result