diff --git a/src/database/rooms.rs b/src/database/rooms.rs
index 4a3ab71a..2832cc2d 100644
--- a/src/database/rooms.rs
+++ b/src/database/rooms.rs
@@ -845,10 +845,7 @@ impl Rooms {
}
/// Returns the json of a pdu.
- pub fn get_outlier_pdu_json(
- &self,
- event_id: &EventId,
- ) -> Result