Remove unused statement

This commit is contained in:
Till Faelligen 2022-07-19 12:41:54 +02:00
parent 910bd9b4a8
commit 56d8a2371f

View file

@ -87,7 +87,6 @@ type outputRoomEventsTopologyStatements struct {
selectMaxPositionInTopologyStmt *sql.Stmt
selectStreamToTopologicalPositionAscStmt *sql.Stmt
selectStreamToTopologicalPositionDescStmt *sql.Stmt
selectTopologicalEventStmt *sql.Stmt
}
func NewPostgresTopologyTable(db *sql.DB) (tables.Topology, error) {