mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Remove dead code
This commit is contained in:
parent
c0299825c4
commit
3b6a157e14
|
|
@ -21,18 +21,6 @@ import (
|
|||
// An OutputType is a type of roomserver output.
|
||||
type OutputType string
|
||||
|
||||
// OutputTypes contains all possible output types from below
|
||||
var OutputTypes = []OutputType{
|
||||
OutputTypeNewRoomEvent,
|
||||
OutputTypeOldRoomEvent,
|
||||
OutputTypeNewInviteEvent,
|
||||
OutputTypeRetireInviteEvent,
|
||||
OutputTypeRedactedEvent,
|
||||
OutputTypeNewPeek,
|
||||
OutputTypeNewInboundPeek,
|
||||
OutputTypeRetirePeek,
|
||||
}
|
||||
|
||||
const (
|
||||
// OutputTypeNewRoomEvent indicates that the event is an OutputNewRoomEvent
|
||||
OutputTypeNewRoomEvent OutputType = "new_room_event"
|
||||
|
|
|
|||
Loading…
Reference in a new issue