Skip to content
Snippets Groups Projects
Commit bcd9cf95 authored by Oliver Herms's avatar Oliver Herms
Browse files

Removing unneeded code

parent 05e22e1a
No related branches found
No related tags found
No related merge requests found
...@@ -20,11 +20,6 @@ func (s *StatsReport) MsgType() uint8 { ...@@ -20,11 +20,6 @@ func (s *StatsReport) MsgType() uint8 {
return s.CommonHeader.MsgType return s.CommonHeader.MsgType
} }
// SetCommonHeader sets the common header
func (s *StatsReport) SetCommonHeader(ch *CommonHeader) {
s.CommonHeader = ch
}
func decodeStatsReport(buf *bytes.Buffer, ch *CommonHeader) (Msg, error) { func decodeStatsReport(buf *bytes.Buffer, ch *CommonHeader) (Msg, error) {
sr := &StatsReport{ sr := &StatsReport{
CommonHeader: ch, CommonHeader: ch,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment