mesh: remove unused MsgSyncRequest/MsgSyncReply types

Fuck em.

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I725b137678112580cd7445a8d12f52f56a6a6964
This commit is contained in:
raf 2026-03-06 18:36:02 +03:00
commit e567491856
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 4 additions and 6 deletions

View file

@ -18,9 +18,7 @@ import (
type MsgType uint8
const (
MsgAnnounce MsgType = 1
MsgSyncRequest MsgType = 2
MsgSyncReply MsgType = 3
MsgAnnounce MsgType = 1
)
// Wire format for gossip messages.